mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-22 23:48:48 -05:00
Removed temp tester.
This commit is contained in:
parent
1c03079e72
commit
56860748ad
@ -51,8 +51,6 @@ public class PlayerLogin implements PacketHandler {
|
|||||||
player.setOwner(p.readInt());
|
player.setOwner(p.readInt());
|
||||||
int gid = p.readInt();
|
int gid = p.readInt();
|
||||||
player.setGroupID(gid);
|
player.setGroupID(gid);
|
||||||
player.setGroupID(10); //only for beta.. cbf to gather items.
|
|
||||||
|
|
||||||
player.setSubscriptionExpires(p.readLong());
|
player.setSubscriptionExpires(p.readLong());
|
||||||
|
|
||||||
player.setLastIP(DataConversions.IPToString(p.readLong()));
|
player.setLastIP(DataConversions.IPToString(p.readLong()));
|
||||||
|
Loading…
Reference in New Issue
Block a user