mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-04-23 03:21:22 +00:00
sigh I am dumb
This commit is contained in:
@@ -41,7 +41,7 @@ public class ProjectileShoot implements Listener {
|
||||
return;
|
||||
}
|
||||
|
||||
if (toolStats.config.getStringList("blacklist-worlds").contains(tridentEntity.getWorld().toString())) {
|
||||
if (toolStats.config.getStringList("blacklist-worlds").contains(tridentEntity.getWorld().getName())) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user