Script: Only log each string parameter warning message once
This commit is contained in:
@@ -135,7 +135,7 @@ private:
|
||||
std::variant<SQInteger, std::string, ScriptTextRef> param[SCRIPT_TEXT_MAX_PARAMETERS];
|
||||
int paramc;
|
||||
|
||||
void _TextParamError(const std::string &msg);
|
||||
void _TextParamError(std::string msg);
|
||||
|
||||
/**
|
||||
* Internal function for recursive calling this function over multiple
|
||||
|
Reference in New Issue
Block a user