Skip to content

Commit c57ecbd

Browse files
committed
Fix typo
1 parent e0b87f9 commit c57ecbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Client/mods/deathmatch/logic/CStaticFunctionDefinitions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ bool CStaticFunctionDefinitions::RemoveElementData(CClientEntity& Entity, CStrin
10731073
if (isSynced && !Entity.IsLocalEntity())
10741074
{
10751075
NetBitStreamInterface* pBitStream = g_pNet->AllocateNetBitStream();
1076-
// Write element ID, name length and name for server-side removal handling
1076+
// Write element ID and name for server-side removal handling
10771077
pBitStream->Write(Entity.GetID());
10781078
pBitStream->WriteString(name.ToCString());
10791079

0 commit comments

Comments
 (0)