mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +01:00
Fixed world events not playing
This commit is contained in:
parent
d4bdc6a8f0
commit
5c01f45bdb
1 changed files with 1 additions and 1 deletions
|
@ -83,6 +83,6 @@ public enum WorldEvent {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void play(World world, BlockPos pos, int data) {
|
private void play(World world, BlockPos pos, int data) {
|
||||||
world.playGlobalEvent(getId(), pos, data);
|
world.playLevelEvent(getId(), pos, data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue