Fixed typo in successful

This commit is contained in:
Moltard 2019-12-05 20:30:50 +01:00
parent af4d56340a
commit 1f9e687e0c

View File

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