mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-03-10 18:32:01 +00:00
sigh I am dumb
This commit is contained in:
@@ -50,6 +50,9 @@ public class ChunkPopulate implements Listener {
|
||||
return;
|
||||
}
|
||||
World world = event.getChunk().getWorld();
|
||||
if (toolStats.config.getStringList("blacklist-worlds").contains(world.getName())) {
|
||||
return;
|
||||
}
|
||||
// this is delayed because entities are not loaded instantly
|
||||
// we just check 1 second later
|
||||
Chunk chunk = event.getChunk();
|
||||
|
||||
Reference in New Issue
Block a user