mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
[Server] Remove unused code
This commit is contained in:
parent
c8fb7d9c1a
commit
0317e2523b
@ -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…
x
Reference in New Issue
Block a user