mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 00:31:54 +00:00
Welcome Interface Fixup (#421)
Fixed last logged in from IP Various other changes/fixes
This commit is contained in:
@@ -97,6 +97,7 @@ import com.rebotted.world.ObjectManager;
|
||||
public abstract class Player {
|
||||
|
||||
public byte buffer[] = null;
|
||||
public String lastConnectedFrom;
|
||||
private Compost compost = new Compost(this);
|
||||
private Allotments allotment = new Allotments(this);
|
||||
private Flowers flower = new Flowers(this);
|
||||
|
||||
Reference in New Issue
Block a user