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

@@ -49,7 +49,7 @@ public class EntityDeath implements Listener {
if (livingEntity instanceof Player) {
return;
}
if (toolStats.config.getStringList("blacklist-worlds").contains(livingEntity.getWorld().toString())) {
if (toolStats.config.getStringList("blacklist-worlds").contains(livingEntity.getWorld().getName())) {
return;
}
UUID livingEntityUUID = event.getEntity().getUniqueId();