mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 21:06:43 +00:00
[Server] Remove unused code
This commit is contained in:
parent
c8fb7d9c1a
commit
0317e2523b
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue