src/main/java/de/viper/survivalplus/Manager/BlockManager.java aktualisiert
This commit is contained in:
@@ -20,7 +20,7 @@ public class BlockManager {
|
|||||||
blockedPlayers.remove(blocker.getUniqueId());
|
blockedPlayers.remove(blocker.getUniqueId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean hasBlocked(Player blocker, Player potentialBlocked) {
|
public boolean hasBlocked(Player blocker, Player potentialBlocked) {
|
||||||
return blockedPlayers.getOrDefault(blocker.getUniqueId(), Collections.emptySet())
|
return blockedPlayers.getOrDefault(blocker.getUniqueId(), Collections.emptySet())
|
||||||
|
Reference in New Issue
Block a user