mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-26 01:18:52 -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,6 +242,7 @@ public class SerializedStorageMedium implements StorageMedium {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ps.setOwner((int) ownerId, 1, 0L);
|
ps.setOwner((int) ownerId, 1, 0L);
|
||||||
|
ps.setLogin(ps.getLastLogin(), "127.0.0.1");
|
||||||
|
|
||||||
return ps;
|
return ps;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user