small fix

This commit is contained in:
Ticho Hidding
2025-10-06 02:34:48 +02:00
parent 20a7fd7a3e
commit 9144cb453e
2 changed files with 24 additions and 30 deletions

View File

@@ -62,7 +62,7 @@ public class NetworkEvents extends EventsBase {
implements EventWithoutSnowflake {}
/** Response indicating a game move occurred. */
public record GameMoveResponse(long clientId, String player, String details, String move)
public record GameMoveResponse(long clientId, String player, String move, String details)
implements EventWithoutSnowflake {}
/** Response indicating it is the player's turn. */