mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-05 16:49:06 +00:00
Fix castle wars/falador/banks etc (#49)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user