AntiLenny: add dots to the toggle text
This commit is contained in:
parent
2242600c11
commit
7163035a62
@ -58,7 +58,7 @@ public void ShowSettingsMenu(int client)
|
||||
menu.SetTitle("AntiLenny Settings", client);
|
||||
|
||||
char sBuffer[128];
|
||||
Format(sBuffer, sizeof(sBuffer), "Hiding Lennies: %s", g_bHideLennies[client] ? "Enabled" : "Disabled");
|
||||
Format(sBuffer, sizeof(sBuffer), "Hiding Lennies: %s", g_bHideLennies[client] ? "Enabled." : "Disabled.");
|
||||
|
||||
menu.AddItem("0", sBuffer);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user