Update entWatch-core.sp
This commit is contained in:
parent
aae20ad6bf
commit
caaabc60aa
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user