Prepare private v0.20.2-alpha discovery service

This commit is contained in:
Alexander Sellite 2026-08-31 06:06:09 -04:00
parent 9671084d78
commit e979da9e76
6 changed files with 15 additions and 15 deletions

View file

@ -32,8 +32,8 @@ trusting an address supplied by the game client.
"port": 7777,
"current_players": 0,
"max_players": 8,
"game_version": "0.19.0-alpha",
"protocol_version": 11
"game_version": "0.20.2-alpha",
"protocol_version": 12
}
```