[Forge] Switch off of deprecated getEntityPlayer

This commit is contained in:
Kenzie Togami
2019-08-05 14:21:18 -07:00
parent 35edd95c87
commit 8880385878

View File

@@ -232,8 +232,8 @@ public class ForgeWorldEdit {
} }
WorldEdit we = WorldEdit.getInstance(); WorldEdit we = WorldEdit.getInstance();
ForgePlayer player = adaptPlayer((ServerPlayerEntity) event.getEntityPlayer()); ForgePlayer player = adaptPlayer((ServerPlayerEntity) event.getPlayer());
ForgeWorld world = getWorld(event.getEntityPlayer().world); ForgeWorld world = getWorld(event.getPlayer().world);
if (event instanceof PlayerInteractEvent.LeftClickEmpty) { if (event instanceof PlayerInteractEvent.LeftClickEmpty) {
we.handleArmSwing(player); // this event cannot be canceled we.handleArmSwing(player); // this event cannot be canceled