Archived
0

fix: Location (setWorld)

This commit is contained in:
2018-08-12 23:40:02 +03:00
parent d4785cda14
commit 0cf51120c0
3 changed files with 21 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ public class PlayHandler extends AbstractStateHandler implements PlayStateHandle
packet.getX(), packet.getY(), packet.getZ(),
player.getLocation().getYaw(),
player.getLocation().getPitch(),
null
player.getLocation().getWorld()
));
EventBusGetter.INSTANCE.post(event);
}