Fix missing break

This commit is contained in:
Louis-Antoine 2020-03-08 20:04:29 +01:00
parent 60cd6fe986
commit b85ac65378

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)