Closed SamVanheer closed 2 years ago
The event code depends on the g_engfuncs global being initialized. This global is only initialized if weapon prediction is enabled.
g_engfuncs
Ensure this global initializes regardless of whether weapon prediction is enabled.
The event code depends on the
g_engfuncs
global being initialized. This global is only initialized if weapon prediction is enabled.Ensure this global initializes regardless of whether weapon prediction is enabled.