Merge remote-tracking branch 'origin/master-MC1.9.4' into master-MC1.10

This commit is contained in:
Vexatos 2017-05-14 14:55:11 +02:00
commit 6acdc7aac5

View File

@ -477,7 +477,7 @@ class Player(val agent: internal.Agent) extends FakePlayer(agent.world.asInstanc
if (didPlace == EnumActionResult.SUCCESS) { if (didPlace == EnumActionResult.SUCCESS) {
MinecraftForge.EVENT_BUS.post(new RobotPlaceBlockEvent.Post(agent, stack, world, pos)) MinecraftForge.EVENT_BUS.post(new RobotPlaceBlockEvent.Post(agent, stack, world, pos))
} }
didPlace != EnumActionResult.FAIL didPlace == EnumActionResult.SUCCESS
} }
} }
} }