Skip to content

Commit

Permalink
Typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
MK99MA committed Mar 3, 2022
1 parent 9f41e84 commit 9394c9b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified addons/sourcemod/plugins/old/1.3.4.1/soccer_mod.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/soccer_mod.smx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void RenameFunc(int client, char customname[64])
SetArrayString(fileArray_Added, ArrayPos, gFilebuffer);
SetArrayString(nameArray_Added, ArrayPos, customname);

CPrintToChat(client, "[{%s}[%s] {%s}Sound %s was renamed to %s.", prefixcolor, prefix, textcolor, gNamebuffer, customname);
CPrintToChat(client, "{%s}[%s] {%s}Sound %s was renamed to %s.", prefixcolor, prefix, textcolor, gNamebuffer, customname);
ShoutSoundSetup(gFilebuffer, customname);

EmptyArrays(fileArray, nameArray);
Expand Down

0 comments on commit 9394c9b

Please sign in to comment.