mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Fixed no game found bug
This commit is contained in:
@@ -90,7 +90,7 @@ public class Events implements IEvents {
|
||||
|
||||
public record ServerStarted(String uuid, String port) {}
|
||||
|
||||
public record CreateTicTacToeGame(String serverUuid, String playerA, String playerB, CompletableFuture<String> future) {}
|
||||
public record CreateTicTacToeGameRequest(String serverUuid, String playerA, String playerB, CompletableFuture<String> future) {}
|
||||
|
||||
public record RunTicTacToeGame(String serverUuid, String gameUuid) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user