Script: Remove command delay for non-network GS when game paused due to GS

This commit is contained in:
Jonathan G Rennison
2023-05-14 18:40:24 +01:00
parent 7bc6c4b59c
commit f06160b882
2 changed files with 9 additions and 0 deletions

View File

@@ -329,6 +329,8 @@ private:
static bool LoadObjects(HSQUIRRELVM vm, ScriptData *data);
public:
inline ScriptType GetScriptType() const { return this->script_type; }
inline bool IsTextParamMismatchAllowed() const { return this->allow_text_param_mismatch; }
};