mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-25 00:48:55 -05:00
Don't want people logging into other accounts and getting IP addresses. Remove this once passwords are actually being checked.
This commit is contained in:
parent
dd6ee1f08e
commit
e9fa70dafd
@ -242,7 +242,8 @@ public class SerializedStorageMedium implements StorageMedium {
|
||||
}
|
||||
|
||||
ps.setOwner((int) ownerId, 1, 0L);
|
||||
|
||||
ps.setLogin(ps.getLastLogin(), "127.0.0.1");
|
||||
|
||||
return ps;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user