mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-01 04:43:50 -07:00
Comment out vanilla debug message.
This commit is contained in:
@@ -554,9 +554,11 @@ public class WorldServer extends World implements org.bukkit.BlockChangeDelegate
|
||||
iterator = this.M.iterator();
|
||||
} else {
|
||||
iterator = this.T.iterator();
|
||||
/* CraftBukkit start - comment out debug spam
|
||||
if (!this.T.isEmpty()) {
|
||||
System.out.println(this.T.size());
|
||||
}
|
||||
// CraftBukkit end */
|
||||
}
|
||||
|
||||
while (iterator.hasNext()) {
|
||||
|
Reference in New Issue
Block a user