Archiviert
13
0

Fixed physics event

Dieser Commit ist enthalten in:
Dinnerbone 2010-12-31 21:46:19 +00:00
Ursprung a69c75bede
Commit 1795a66df3

Datei anzeigen

@ -69,7 +69,7 @@ public class WorldServer extends World {
if (block != null) {
// CraftBukkit start
BlockPhysicsEvent event = new BlockPhysicsEvent(Type.BLOCK_PHYSICS, world.getBlockAt(f, y, f), l1);
BlockPhysicsEvent event = new BlockPhysicsEvent(Type.BLOCK_PHYSICS, world.getBlockAt(i1, j1, k1), l1);
server.getPluginManager().callEvent(event);
if (event.isCancelled()) {
return;