mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 16:49:04 +00:00
Multiple Changes Check Commits (#48)
* Temp Hiscores & SettingsLoader changes Registered Accounts cycle count change * EverythingRS Heatmap
This commit is contained in:
committed by
Daniel Ginovker
parent
83e612b50f
commit
5b4c669d64
@@ -87,6 +87,8 @@ import redone.world.ObjectManager;
|
||||
|
||||
public class Client extends Player {
|
||||
|
||||
public static String ersSecret;
|
||||
|
||||
public byte buffer[] = null;
|
||||
public Stream inStream = null, outStream = null;
|
||||
private IoSession session;
|
||||
@@ -154,7 +156,6 @@ public class Client extends Player {
|
||||
return dwarfCannon;
|
||||
}
|
||||
|
||||
|
||||
public ChallengePlayer getChallengePlayer() {
|
||||
return challengePlayer;
|
||||
}
|
||||
@@ -567,6 +568,11 @@ public class Client extends Player {
|
||||
if (clanId >= 0) {
|
||||
Server.clanChat.leaveClan(playerId, clanId);
|
||||
}
|
||||
|
||||
if(!ersSecret.equals("")) {
|
||||
boolean debugMessage = false;
|
||||
com.everythingrs.hiscores.Hiscores.update(ersSecret, "Normal Mode", this.playerName, this.playerRights, this.playerXP, debugMessage);
|
||||
}
|
||||
Misc.println("[DEREGISTERED]: " + playerName + "");
|
||||
HostList.getHostList().remove(session);
|
||||
CycleEventHandler.getSingleton().stopEvents(this);
|
||||
|
||||
Reference in New Issue
Block a user