src/main/java/de/viper/survivalplus/Manager/BlockManager.java aktualisiert

This commit is contained in:
2025-08-03 18:49:32 +00:00
parent dc14a8dac2
commit 9078098fb0

View File

@@ -20,7 +20,7 @@ public class BlockManager {
blockedPlayers.remove(blocker.getUniqueId());
}
}
}
}
public boolean hasBlocked(Player blocker, Player potentialBlocked) {
return blockedPlayers.getOrDefault(blocker.getUniqueId(), Collections.emptySet())