mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Add missing break
This commit is contained in:
parent
9d0c959bb4
commit
fe346bf8e0
1 changed files with 1 additions and 0 deletions
|
@ -3616,6 +3616,7 @@ static void HandlePacketFromPlayer(SINT8 node)
|
|||
break;
|
||||
case PT_CANRECEIVEGAMESTATE:
|
||||
PT_CanReceiveGamestate(node);
|
||||
break;
|
||||
#ifdef HAVE_BLUA
|
||||
case PT_ASKLUAFILE:
|
||||
if (server && luafiletransfers && luafiletransfers->nodestatus[node] == LFTNS_ASKED)
|
||||
|
|
Loading…
Reference in a new issue