mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-01-29 08:46:00 +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