diff options
Diffstat (limited to 'src/net.c')
| -rw-r--r-- | src/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ void server_start_game(int* clients, const uint8_t clientcount, const struct pla exit(EXIT_FAILURE); } buf[pos++] = msg_type_start_game; - buf[pos++] = clientcount; + buf[pos++] = players->count; // copy usernames with length to buffer for(int i=0; i<usercount; i++) { |
