mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 20:53:54 -07:00
possible fix for block breaking bug
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user