Finished code restructuring
This commit is contained in:
parent
8402455a87
commit
cca1c9df83
@ -250,11 +250,9 @@ wmud_interpret_game_command(wmudClient *client)
|
||||
}
|
||||
}
|
||||
|
||||
switch (match_count)
|
||||
{
|
||||
switch (match_count) {
|
||||
case 0:
|
||||
switch (random_number(1, 3))
|
||||
{
|
||||
switch (random_number(1, 3)) {
|
||||
case 1:
|
||||
wmud_client_send(client, "Huh?\r\n");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user