From 7163035a621bb21065b51af16dce23ecea98206f Mon Sep 17 00:00:00 2001 From: Dogan Date: Sun, 13 Jan 2019 17:37:30 +0100 Subject: [PATCH] AntiLenny: add dots to the toggle text --- AntiLenny/scripting/AntiLenny.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AntiLenny/scripting/AntiLenny.sp b/AntiLenny/scripting/AntiLenny.sp index 23e690ee..703c270c 100644 --- a/AntiLenny/scripting/AntiLenny.sp +++ b/AntiLenny/scripting/AntiLenny.sp @@ -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);