From 77c0a799fa52da5121e9dcf0bf82848ebb520fe0 Mon Sep 17 00:00:00 2001 From: Moltard Date: Thu, 5 Dec 2019 20:30:50 +0100 Subject: [PATCH] Fixed typo in successful --- entWatch4/scripting/entWatch-core.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entWatch4/scripting/entWatch-core.sp b/entWatch4/scripting/entWatch-core.sp index ed5d534f..51a5f956 100644 --- a/entWatch4/scripting/entWatch-core.sp +++ b/entWatch4/scripting/entWatch-core.sp @@ -125,7 +125,7 @@ public Action Command_ReloadConfig(int client, int args) if (g_bLoaded) { - CReplyToCommand(client, "\x07%s[entWatch] \x07%sConfig load successfull.", "E01B5D", "F16767"); + CReplyToCommand(client, "\x07%s[entWatch] \x07%sConfig load successful.", "E01B5D", "F16767"); return Plugin_Handled; } else