]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/base.qh
Work around `SZ_GetSpace: overflow`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / base.qh
index 2a9a48adba70d76f669f29f5646b34861d917935..8e753140fc508a6f7614f2c6e15c5d721d395a4c 100644 (file)
@@ -246,7 +246,7 @@ MUTATOR_HOOKABLE(PlayerPhysics, EV_NO_ARGS);
     /**/
 float get_cvars_f;
 string get_cvars_s;
-MUTATOR_HOOKABLE(GetCvars, EV_GetCvars);
+MUTATOR_HOOKABLE(GetCvars, EV_NO_ARGS); // NOTE: Can't use EV_GetCvars because of `SZ_GetSpace: overflow`
 
 /** can edit any "just fired" projectile */
 #define EV_EditProjectile(i, o) \