You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added a new hook GM:TTT2ModifyRadioTarget to modify the current radio target
Added documentation to all hooks
Fixed
Fixed the reset button not working for Sliders in the F1 Menu
Fixed defuser only working for detectives
Fixed some weapon packs like ArcCW to be working again, weapons are now initialized with ttt2 variables after the InitPostEntity hook Note: This might only take effect after a reinstall or a reset of the server; if you don't want to reset your server, you have to change the spawnability manually in the equipment editor or delete the sql table "ttt2_items" of the sv.db to force a reset only on equipment
Changed
Changed the Sliders to only update after dragging ends, no matter where you clicked on the slider before dragging
Changed TTTPlayerUsedHealthStation hook, return false to cancel health regeneration tick
Changed all C4 hooks to be cancelable
Removed
Removed old concommand shopeditor and the old shopeditor
Breaking Changes
Renamed hook GM:TTT2CheckWeaponForID to GM:TTT2RegisterWeaponID better fitting its purpose as its probably nowhere used yet anyway