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