Support starting games with fewer than max players

This commit is contained in:
ZeldaZach 2024-12-26 16:46:17 -05:00
parent 956c12eb32
commit 9ef96a7aa9
No known key found for this signature in database
6 changed files with 50 additions and 16 deletions

View file

@ -5,4 +5,5 @@ message Command_ReadyStart {
optional Command_ReadyStart ext = 1016;
}
optional bool ready = 1;
optional bool force_start = 2;
}