Welcome Interface Fixup (#421)

Fixed last logged in from IP
Various other changes/fixes
This commit is contained in:
Josh Shippam
2020-11-09 19:34:36 +00:00
committed by GitHub
parent ebd55e6e8d
commit e3b98a53c0
4 changed files with 10 additions and 45 deletions
@@ -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);