Skip to content

Commit

Permalink
Update store-trade.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
originalaidn authored and nuclearsilo583 committed Aug 27, 2022
1 parent 2ac4b81 commit 7470954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/store-trade.sp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public int MenuHandler_InitTrade(Handle menu, MenuAction action, int client, int
if(g_iTraders[i] == GetClientUserId(client))
{
//Chat(i, "%t", "Trade Refused", client);
CPrintToChat(client, "%s%t", g_sChatPrefix, "Trade Refused");
CPrintToChat(client, "%s%t", g_sChatPrefix, "Trade Refused", client);
g_iTraders[i] = 0;
//return;
}
Expand Down

0 comments on commit 7470954

Please sign in to comment.