Browse Source

HZ related stuff

lakebane
FatBoy-DOTC 2 weeks ago
parent
commit
01b59cce99
  1. 2
      src/engine/gameManager/HotzoneManager.java

2
src/engine/gameManager/HotzoneManager.java

@ -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);

Loading…
Cancel
Save