serverThread added. cant test cus server doesnt allow "MOVE <int>"

This commit is contained in:
Ticho Hidding
2025-10-06 01:36:58 +02:00
parent 33255d5ee6
commit 20a7fd7a3e
4 changed files with 110 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ public class NetworkEvents extends EventsBase {
/** Response indicating a challenge was received. */
public record ChallengeResponse(
long clientId, String challengerName, String gameType, String challengeId)
long clientId, String challengerName, String challengeId, String gameType)
implements EventWithoutSnowflake {}
/** Response containing a list of players for a client. */