Skip to content

Commit

Permalink
Update shop.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
domikuss authored Apr 20, 2022
1 parent 17b2ca3 commit 3164335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/shop.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ void ConfirmSell(int client, int item_id)
if (panel == null)
return;

char sBuffer[SHOP_MAX_STRING_LENGTH], sItemId[16];
char sBuffer[256], sItemId[16];
IntToString(item_id, sItemId, sizeof(sItemId));

SetGlobalTransTarget(client);
Expand Down

0 comments on commit 3164335

Please sign in to comment.