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:
CodeForFame 2012-03-17 20:46:40 -05:00
parent dd6ee1f08e
commit e9fa70dafd

View File

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