Skip to content

Commit 58bc8b7

Browse files
committed
Added save/load command overrides for VScript
1 parent c66e9c7 commit 58bc8b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sp/src/game/shared/mapbase/vscript_singletons.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,6 +2619,9 @@ bool CScriptConvarAccessor::Init()
26192619
AddOverridable( "slot6" );
26202620
AddOverridable( "slot7" );
26212621

2622+
AddOverridable( "save" );
2623+
AddOverridable( "load" );
2624+
26222625

26232626
AddBlockedConVar( "con_enable" );
26242627
AddBlockedConVar( "cl_allowdownload" );

0 commit comments

Comments
 (0)