mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-04-23 11:21:24 +00:00
sigh I am dumb
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user