From caaabc60aaddaddfd66df15e5762d5a7a5bb7034 Mon Sep 17 00:00:00 2001 From: zaCade Date: Wed, 1 May 2019 18:51:33 +0200 Subject: [PATCH] Update entWatch-core.sp --- _entWatch4/scripting/entWatch-core.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_entWatch4/scripting/entWatch-core.sp b/_entWatch4/scripting/entWatch-core.sp index 4dc58f1d..6fe9c7b0 100644 --- a/_entWatch4/scripting/entWatch-core.sp +++ b/_entWatch4/scripting/entWatch-core.sp @@ -106,12 +106,12 @@ public Action Command_ReloadConfig(int client, int args) if (g_bLoaded) { - CReplyToCommand(client, "\x07%s[entWatch] \x07%Config load successfull.", "E01B5D", "F16767"); + CReplyToCommand(client, "\x07%s[entWatch] \x07%sConfig load successfull.", "E01B5D", "F16767"); return Plugin_Handled; } else { - CReplyToCommand(client, "\x07%s[entWatch] \x07%Config load failed!", "E01B5D", "F16767"); + CReplyToCommand(client, "\x07%s[entWatch] \x07%sConfig load failed!", "E01B5D", "F16767"); return Plugin_Handled; } }