From b4d214a0cf137614cc582633969604e96127ed72 Mon Sep 17 00:00:00 2001 From: Kaelan Date: Tue, 15 Oct 2024 12:15:54 -0600 Subject: [PATCH] add PARAM_PROLOGUE --- src/common/scripting/interface/vmnatives.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/scripting/interface/vmnatives.cpp b/src/common/scripting/interface/vmnatives.cpp index 1b2b749aae..e7b51d0631 100644 --- a/src/common/scripting/interface/vmnatives.cpp +++ b/src/common/scripting/interface/vmnatives.cpp @@ -1035,6 +1035,7 @@ DEFINE_ACTION_FUNCTION(_CVar, FindCVar) DEFINE_ACTION_FUNCTION(_CVar, SaveConfig) { + PARAM_PROLOGUE; ACTION_RETURN_BOOL(M_SaveDefaults(nullptr)); }