Fix Event Create
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-01-29 18:38:38 +01:00
parent dbf59df173
commit 02b63687bc

View File

@ -64,7 +64,7 @@ public class Event {
}
public static Event create(String eventName, Timestamp start, Timestamp end){
return get(create.insertGetKey(eventName, start, start, end, 5, false, false));
return get(create.insertGetKey(eventName, start, start, end, 5, false));
}
public static Event get(int eventID){