mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-13 23:28:04 +03:00
fix CVar's register (#395)
This commit is contained in:
parent
b7c710626e
commit
010438918c
@ -319,6 +319,9 @@ void EXT_FUNC GameDLLInit()
|
||||
CVAR_REGISTER(&ff_damage_reduction_grenade_self);
|
||||
CVAR_REGISTER(&ff_damage_reduction_other);
|
||||
|
||||
CVAR_REGISTER(&radio_timeout);
|
||||
CVAR_REGISTER(&radio_maxinround);
|
||||
|
||||
// print version
|
||||
CONSOLE_ECHO("ReGameDLL version: " APP_VERSION "\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user