HZ related stuff

This commit is contained in:
2025-03-16 15:25:44 -05:00
parent 8c9696a3f9
commit 01b59cce99
+1 -1
View File
@@ -183,7 +183,7 @@ public class HotzoneManager {
Guild nation = pc.guild.getNation();
if(HotzoneManager.playersPresent.containsKey(nation)){
//nation already here, add to list
if(HotzoneManager.playersPresent.get(nation).contains(pc)){
if(!HotzoneManager.playersPresent.get(nation).contains(pc)){
if(HotzoneManager.playersPresent.get(nation).size() >= 5){
//more than 5, boot player out
pc.setLoc(pc.bindLoc);