1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-01 12:39:40 +00:00

[Server] Stop crashing browser when receiving a query from it

This commit is contained in:
David Cernat 2017-02-03 21:46:39 +02:00
parent c1427b2558
commit f4a9f27977

View file

@ -828,7 +828,6 @@ int Networking::mainLoop()
bs.Write(RakNet::RakString(player.second->npc.mName.c_str()));
bs.Write(0); // plugins
peer->Send(&bs, HIGH_PRIORITY, RELIABLE_ORDERED, 0, packet->systemAddress, false);
peer->CloseConnection(packet->guid, false);
break;
}
default: