mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-01 09:09:41 +00:00
[Server] Stop crashing browser when receiving a query from it
This commit is contained in:
parent
c1427b2558
commit
f4a9f27977
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue