mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-21 23:18:52 -05:00
Removed random println
This commit is contained in:
parent
cde9adddd5
commit
03a200a1bb
@ -108,7 +108,6 @@ public class MySQL implements StorageMedium {
|
||||
|
||||
conn.updateQuery(query.substring(0, query.length() - 1)
|
||||
+ " WHERE `user`=" + s.getUser());
|
||||
System.out.println(s.getEventCD());
|
||||
updateLongs(Statements.save_SetEventCD, s.getEventCD() / 1000, s.getUser());
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user