remove generic bot names per request

This commit is contained in:
Jagger Tavarez
2024-03-22 01:32:40 +00:00
parent 7e8b95e80c
commit 1cb5a17247
3 changed files with 1 additions and 62 deletions

View File

@@ -344,8 +344,6 @@ static inline void StaticUI()
ImGui::Checkbox("Infinite Ammo", &Globals::bInfiniteAmmo);
ImGui::Checkbox("Infinite Materials", &Globals::bInfiniteMaterials);
ImGui::Checkbox("Use generic random bot names", &Globals::bUseGenericRandomBotNames);
ImGui::Checkbox("Private IP's are operator", &Globals::bPrivateIPsAreOperator);