mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
serverThread added. cant test cus server doesnt allow "MOVE <int>"
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user