Skip to content

Commit 009afa5

Browse files
committed
fix: add missing cvar register for ag_hl25_mp5_spread
1 parent 3230d9d commit 009afa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/game/server/agglobal.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ void AgInitGame()
702702
CVAR_REGISTER(&ag_hl25_satchel_controls);
703703
CVAR_REGISTER(&ag_hl25_handgrenade_throw);
704704
CVAR_REGISTER(&ag_hl25_mp5_max_initial_ammo);
705+
CVAR_REGISTER(&ag_hl25_mp5_spread);
705706

706707
Command.Init();
707708

0 commit comments

Comments
 (0)