Skip to content

Commit

Permalink
Update BunnymodXT/modules/ServerDLL.cpp
Browse files Browse the repository at this point in the history
i love github

Co-authored-by: Ivan Molodetskikh <[email protected]>
  • Loading branch information
khanghugo and YaLTeR authored Feb 8, 2024
1 parent b53611e commit e41222e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BunnymodXT/modules/ServerDLL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ void ServerDLL::FindStuff()
if (ORIG_CBaseEntity__IsInWorld_Linux)
EngineDevMsg("[server dll] Found CBaseEntity::IsInWorld [Linux] at %p.\n", ORIG_CBaseEntity__IsInWorld_Linux);
else
EngineDevWarning("[server dll] Could not find CBaseEntity::IsInWorlds.\n");
EngineDevWarning("[server dll] Could not find CBaseEntity::IsInWorld.\n");
}
}

Expand Down

0 comments on commit e41222e

Please sign in to comment.