possible fix for block breaking bug

This commit is contained in:
Tahg
2011-02-24 22:37:47 -05:00
parent 13f55ce0c8
commit e53fd1367c
2 changed files with 32 additions and 26 deletions

View File

@@ -112,7 +112,8 @@ public class ItemInWorldManager {
server.getPluginManager().callEvent(event);
if (event.isCancelled()) {
return true;
MinecraftServer.a.info("A plugin cancelled the block break event");
return false;
}
}
// CraftBukkit end