Fix Event Bridge
ScriptCraft/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-05-03 20:32:43 -04:00
parent cbcbaa2f29
commit 23e335aa7a
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ export class TickEvent {
}
}
addBridge('TickEvent.run', (world: JavaObject) => TickEvent.INSTANCE.run(new World(world)));
addBridge('Event.tick', (world: JavaObject) => TickEvent.INSTANCE.run(new World(world)));