Somehow forgot a )

This commit is contained in:
CodeForFame 2012-03-17 22:22:09 -05:00
parent f81f819dc6
commit 0bf23d8807

View File

@ -242,7 +242,7 @@ public class SerializedStorageMedium implements StorageMedium {
} }
ps.setOwner((int) ownerId, 1, 0L); ps.setOwner((int) ownerId, 1, 0L);
ps.setLogin(ps.getLastLogin(), 0L; ps.setLogin(ps.getLastLogin(), 0L);
return ps; return ps;
} }