forked from teamnwah/openmw-tes3coop
[General] Remove duplicate constructor in PacketObjectUnlock
This commit is contained in:
parent
dddc253d70
commit
8bc6dfe590
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ void PacketObjectUnlock::Packet(RakNet::BitStream *bs, WorldEvent *event, bool s
|
|||
{
|
||||
WorldPacket::Packet(bs, event, send);
|
||||
|
||||
WorldPacket::Packet(bs, event, send);
|
||||
|
||||
if (!send)
|
||||
event->objectChanges.objects.clear();
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue