1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-30 05:36:43 +00:00

[Server] Remove unused code

This commit is contained in:
Koncord 2017-04-03 05:57:03 +08:00
parent c8fb7d9c1a
commit 0317e2523b

View file

@ -158,8 +158,6 @@ void Networking::processWorldPacket(RakNet::Packet *packet)
if (!player->isHandshaked() || player->getLoadState() != Player::POSTLOADED)
return;
WorldPacket *myPacket = worldController->GetPacket(packet->data[0]);
// Clear our baseEvent before loading new data in it
baseEvent.cell.blank();
baseEvent.objectChanges.objects.clear();