mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-03-10 18:32:01 +00:00
properly do black/whitelist feature based on feedback
This commit is contained in:
@@ -50,7 +50,7 @@ public class ChunkPopulate implements Listener {
|
||||
return;
|
||||
}
|
||||
World world = event.getChunk().getWorld();
|
||||
if (toolStats.config.getStringList("blacklist-worlds").contains(world.getName())) {
|
||||
if (!toolStats.configTools.checkWorld(world.getName())) {
|
||||
return;
|
||||
}
|
||||
// this is delayed because entities are not loaded instantly
|
||||
|
||||
Reference in New Issue
Block a user