Fixing error from last commit

This commit is contained in:
CodeForFame 2012-03-17 21:16:27 -05:00
parent e9fa70dafd
commit f81f819dc6

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(), "127.0.0.1"); ps.setLogin(ps.getLastLogin(), 0L;
return ps; return ps;
} }