From b2699f63ca8619ee2f95e4674d110ae700c0d828 Mon Sep 17 00:00:00 2001 From: samisalreadytaken <46823719+samisalreadytaken@users.noreply.github.com> Date: Wed, 7 Dec 2022 15:27:57 +0300 Subject: [PATCH] Bump vscript saverestore version --- sp/src/game/shared/vscript_shared.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp/src/game/shared/vscript_shared.cpp b/sp/src/game/shared/vscript_shared.cpp index 9f1d610c..7b64af90 100644 --- a/sp/src/game/shared/vscript_shared.cpp +++ b/sp/src/game/shared/vscript_shared.cpp @@ -508,7 +508,7 @@ void RunAutorunScripts() //----------------------------------------------------------------------------- -static short VSCRIPT_SERVER_SAVE_RESTORE_VERSION = 2; +static short VSCRIPT_SERVER_SAVE_RESTORE_VERSION = 3; //-----------------------------------------------------------------------------