Synchronizing watches...

This commit is contained in:
GJ
2013-01-21 19:19:25 -05:00
parent 0fcf033ecc
commit 7f8beca33c
2 changed files with 6 additions and 6 deletions

View File

@ -219,7 +219,7 @@ public class SQLConversionTask implements Runnable {
+ tablePrefix
+ "users (user, lastlogin) VALUES ('"
+ playerName + "',"
+ System.currentTimeMillis() / 1000 + ")");
+ System.currentTimeMillis() / Misc.TIME_CONVERSION_FACTOR + ")");
id = database.getInt("SELECT id FROM "
+ tablePrefix
+ "users WHERE user = '"