sigh I am dumb

This commit is contained in:
hyperdefined
2026-01-26 13:32:28 -05:00
parent a21fbf7a95
commit 06232f1dc4
19 changed files with 21 additions and 18 deletions

View File

@@ -50,7 +50,7 @@ public class GenerateLoot implements Listener {
return;
}
Location lootLocation = event.getLootContext().getLocation();
if (toolStats.config.getStringList("blacklist-worlds").contains(lootLocation.getWorld().toString())) {
if (toolStats.config.getStringList("blacklist-worlds").contains(lootLocation.getWorld().getName())) {
return;
}
Chunk lootChunk = lootLocation.getChunk();