Minor tweaks

This commit is contained in:
Jackz 2023-05-26 08:02:07 -05:00
parent 9b49ec33f3
commit bbdeae14ef
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
4 changed files with 122 additions and 2 deletions

View file

@ -123,7 +123,7 @@ public Action Command_InstaSpecialFace(int client, int args) {
}
}
if(successes > 0)
CShowActivityEx(client, "[FTT] ", "spawned {green}Insta-%s™{default} on {green}%s", arg2, target_name);
CShowActivityEx(client, "[FTT] ", "spawned {olive}Insta-%s™{default} on {olive}%s", arg2, target_name);
}
return Plugin_Handled;
}