12
0
Dieser Commit ist enthalten in:
yoyosource 2021-07-30 18:04:38 +02:00
Ursprung 177aaf1c24
Commit 35bbb2e450

Datei anzeigen

@ -64,5 +64,4 @@ public class UserConfig {
public static void removePlayerConfig(int id, String config) {
SQL.update("DELETE FROM UserConfig WHERE User = ? AND Config = ?", id, config);
}
}