mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 21:40:27 -07:00
remove, not needed
This commit is contained in:
parent
b07344aa7c
commit
9431d25786
1 changed files with 2 additions and 2 deletions
|
|
@ -305,8 +305,8 @@ public final class WorldPacketRepository {
|
|||
String macAddress = buffer.getString();
|
||||
String compName = buffer.getString();
|
||||
String serial = buffer.getString();
|
||||
int rights = server.getInfo().getRevision() == 498 ? 0 : buffer.getInt();
|
||||
int chatIcon = server.getInfo().getRevision() == 498 ? 0 : buffer.get();
|
||||
int rights = buffer.getInt();
|
||||
int chatIcon = buffer.get();
|
||||
UIDInfo uid = new UIDInfo(ipAddress, compName, macAddress, serial);
|
||||
PlayerSession player = new PlayerSession(username, password, new UIDInfo(ipAddress, compName, macAddress, serial));
|
||||
if (WorldDatabase.isActivePlayer(username)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue