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
{{ message }}
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
Fixed ErrUnexpectedEndOfDemo panic in case of a corrupt demo (#46)
The minifier will now print WARNING: encountered unexpected end of demo, but the minified data may still be usable to stderr and exit with code 3 if this error occurs.
Added new event match_started, occurs when the game event begin_new_match happens (#26)
Added new event game_phase_changed, occurs when CCSGameRulesProxy.m_gamePhase changes (#26)
see docs for values of the attributes oldGamePhase & newGamePhase
Added EntityUpdate.hasHelmet and EntityUpdate.hasDefuseKit (#26)