Script: Only log each string parameter warning message once
This commit is contained in:
@@ -22,6 +22,9 @@ public:
|
||||
Script_FatalError(const std::string &msg) :
|
||||
msg(msg)
|
||||
{}
|
||||
Script_FatalError(std::string &&msg) :
|
||||
msg(std::move(msg))
|
||||
{}
|
||||
|
||||
/**
|
||||
* The error message associated with the fatal error.
|
||||
|
||||
Reference in New Issue
Block a user