handle server list ping

This commit is contained in:
p2r3
2025-08-27 14:50:17 +03:00
parent 71737380d5
commit b46f5927a2
5 changed files with 56 additions and 5 deletions

View File

@@ -62,6 +62,9 @@ extern uint32_t rng_seed;
extern uint16_t world_time;
extern char motd[];
extern uint8_t motd_len;
extern uint16_t client_count;
#pragma pack(push, 1)