Archiviert
1
0

Update some stuff

Dieser Commit ist enthalten in:
yoyosource 2022-04-09 21:36:18 +02:00
Ursprung 4bdead92b5
Commit 7a48584cbb

Datei anzeigen

@ -23,7 +23,7 @@ import java.sql.ResultSet;
public class Replay {
private static final Statement hasReplay = new Statement("SELECT FightID FROM Replay WHERE FightID = ?");
private static final Statement hasReplay = new Statement("SELECT 1 FROM Replay WHERE FightID = ?");
public static boolean hasReplay(int id) {
return hasReplay.select(ResultSet::next, id);