We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022990d commit bc0474bCopy full SHA for bc0474b
Client/mods/deathmatch/logic/CPacketHandler.cpp
@@ -3219,7 +3219,7 @@ void CPacketHandler::Packet_EntityAdd(NetBitStreamInterface& bitStream)
3219
SRotationDegreesSync rotationDegrees(false);
3220
bitStream.Read(&rotationDegrees);
3221
3222
- // Read out the vehicle value as a char, then convert
+ // Read out the vehicle model
3223
std::uint16_t usModel = 0xFFFF;
3224
bitStream.Read(usModel);
3225
0 commit comments