|
|
|
@ -183,7 +183,7 @@ public class HotzoneManager {
@@ -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); |
|
|
|
|