mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-12-13 11:53:07 +00:00
[General] Remove debug line from ActorAnimFlags
This commit is contained in:
parent
8478fed98a
commit
9fe5b4a305
1 changed files with 0 additions and 1 deletions
|
|
@ -41,5 +41,4 @@ void PacketActorAnimFlags::Packet(RakNet::BitStream *bs, bool send)
|
||||||
actorList->baseActors.push_back(actor);
|
actorList->baseActors.push_back(actor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printf("Packet size: %d\n", bs->GetNumberOfBytesUsed());
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue