fix: Location (setWorld)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user