mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
Fix Variable XP Rates(Thanks Advo) (#620)
This commit is contained in:
@@ -76,7 +76,7 @@ public abstract class Player {
|
|||||||
|
|
||||||
public byte buffer[] = null;
|
public byte buffer[] = null;
|
||||||
public String lastConnectedFrom;
|
public String lastConnectedFrom;
|
||||||
public static int xpRate = 1;
|
public int xpRate = 1;
|
||||||
public String discordCode;
|
public String discordCode;
|
||||||
private Compost compost = new Compost(this);
|
private Compost compost = new Compost(this);
|
||||||
private Allotments allotment = new Allotments(this);
|
private Allotments allotment = new Allotments(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user