Skip to content

Commit

Permalink
Add OnPlayerItemElapsed (#150)
Browse files Browse the repository at this point in the history
* Add OnPlayerItemElapsed
Co-authored-by: Alex <[email protected]>
  • Loading branch information
ssypchenko authored Aug 13, 2022
1 parent a9dffef commit 6bc5783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ site/
/.vs

*.exe
.gitlab-ci.yml
.gitlab-ci.yml
.DS_Store
1 change: 1 addition & 0 deletions addons/sourcemod/scripting/shop/player_manager.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,7 @@ public void PlayerManager_GetItemsFromDB(Database owner, DBResultSet hndl, const
TQueryEx(s_Query);

PlayerManager_DBToggleItem(client, item_id, false);
OnPlayerItemElapsed(client, item_id);
continue;
}

Expand Down

0 comments on commit 6bc5783

Please sign in to comment.