Skip to content

Commit

Permalink
Update HnsMatchSystem.sma
Browse files Browse the repository at this point in the history
  • Loading branch information
WessTorn authored Jan 1, 2021
1 parent db5d774 commit 6043321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/HnsMatchSystem.sma
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public plugin_init() {
g_eCvars[e_cLastMode] = register_cvar("hns_lastmode", "0", FCVAR_ARCHIVE | FCVAR_SERVER);
g_eCvars[e_cAA] = register_cvar("hns_aa", "100", FCVAR_ARCHIVE | FCVAR_SERVER);
g_eCvars[e_cSemiclip] = register_cvar("hns_semiclip", "0", FCVAR_ARCHIVE | FCVAR_SERVER);
g_eCvars[e_cGameName] = register_cvar("hns_gamename", Hide'n'Seek");
g_eCvars[e_cGameName] = register_cvar("hns_gamename", "Hide'n'Seek");

g_iAllocKnifeModel = engfunc(EngFunc_AllocString, knifeModel);

Expand Down

0 comments on commit 6043321

Please sign in to comment.