mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-14 05:05:10 -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());
|
||||
int gid = p.readInt();
|
||||
player.setGroupID(gid);
|
||||
player.setGroupID(10); //only for beta.. cbf to gather items.
|
||||
|
||||
player.setSubscriptionExpires(p.readLong());
|
||||
|
||||
player.setLastIP(DataConversions.IPToString(p.readLong()));
|
||||
|
Loading…
Reference in New Issue
Block a user