Fix missing break

This commit is contained in:
Louis-Antoine 2020-03-08 20:04:29 +01:00
parent f0cf62672a
commit 0f3b88700b

View file

@ -3604,6 +3604,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)