Fixed physics event
Dieser Commit ist enthalten in:
Ursprung
a69c75bede
Commit
1795a66df3
@ -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;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren