mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
Removing debug statements.
This commit is contained in:
@@ -112,7 +112,6 @@ public class ItemInWorldManager {
|
||||
server.getPluginManager().callEvent(event);
|
||||
|
||||
if (event.isCancelled()) {
|
||||
MinecraftServer.a.info("A plugin cancelled the block break event");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user