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
Fix server crash when auto recording server-side (#1882)
The guess from the crashdump: the server trying to use VGUI global
var which may not be initialized for the server and get nullptr
deref. Change how datetime is fetched to a stdlib way.
0 commit comments