Fix Variable XP Rates(Thanks Advo) (#620)

This commit is contained in:
Josh Shippam
2023-02-21 06:28:17 +00:00
committed by GitHub
parent 4f6afe496c
commit 566d04744c
@@ -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);