Fix castle wars/falador/banks etc (#49)

This commit is contained in:
Daniel Ginovker
2019-10-10 13:39:40 -04:00
committed by GitHub
parent 969887e948
commit e7cfc21a0a
10 changed files with 9 additions and 8 deletions
@@ -571,8 +571,12 @@ public class Client extends Player {
if(!ersSecret.equals("")) {
boolean debugMessage = false;
System.out.println("Updating highscores!");
com.everythingrs.hiscores.Hiscores.update(ersSecret, "Normal Mode", this.playerName, this.playerRights, this.playerXP, debugMessage);
} else {
System.out.println("Can't update highscores!");
}
Misc.println("[DEREGISTERED]: " + playerName + "");
HostList.getHostList().remove(session);
CycleEventHandler.getSingleton().stopEvents(this);