Update entWatch-core.sp

This commit is contained in:
zaCade 2019-05-01 18:51:33 +02:00
parent aae20ad6bf
commit caaabc60aa

View File

@ -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;
}
}