Archived
0

Removed unnessary sql delete statement

This commit is contained in:
Minenash
2019-01-27 18:17:17 -05:00
parent 5462a5fd44
commit bd4b7f3bdd

View File

@@ -111,7 +111,6 @@ public class Discord implements Module {
return;
}
table.delete(new MysqlConstraint("uuid", ConstraintOperator.EQUAL, pUUID));
table.insert(token, pUUID, "0");
}