mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-25 08:58:49 -05:00
Fixing error from last commit
This commit is contained in:
parent
e9fa70dafd
commit
f81f819dc6
@ -242,7 +242,7 @@ public class SerializedStorageMedium implements StorageMedium {
|
||||
}
|
||||
|
||||
ps.setOwner((int) ownerId, 1, 0L);
|
||||
ps.setLogin(ps.getLastLogin(), "127.0.0.1");
|
||||
ps.setLogin(ps.getLastLogin(), 0L;
|
||||
|
||||
return ps;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user