[Protocol] Moved GS1 under gamespy::one instead of gamespy

This commit is contained in:
CosminPerRam 2023-04-28 19:49:52 +03:00
parent c5fd58f794
commit 780d42067e
6 changed files with 11 additions and 17 deletions

View file

@ -22,6 +22,7 @@ Services:
Protocols:
- Valve: Request type enums have been renamed from all caps to starting-only uppercase, ex: `INFO` to `Info`
- GameSpy 1: `players_minimum` is now an `Option<u8>` instead of an `u8`
- GameSpy 1: Is now under `protocols::gamespy::one` instead of `protocols::gamespy`
# 0.2.1 - 03/03/2023
### Changes: