splewis / csgo-practice-mode

CS:GO Sourcemod plugin for private team/individual practice servers
GNU General Public License v3.0
457 stars 71 forks source link

Unable to use PM_OnGrenadeSaved #235

Closed Sh3nl0ng closed 2 years ago

Sh3nl0ng commented 2 years ago

Should this be forwarding PM_OnGrenadeSaved instead of PM_OnPracticeModeEnabled?

https://github.com/splewis/csgo-practice-mode/blob/3c6b3e5096c4b7b7bfeb570284d328cd2fbcb888/scripting/practicemode.sp#L270-L271

splewis commented 2 years ago

Yup, that's exactly the bug. Feel free to send a pull request, though I'll try to fix it tonight.

Sh3nl0ng commented 2 years ago

https://github.com/splewis/csgo-practice-mode/pull/236

Sh3nl0ng commented 2 years ago

merged