mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed script developer printf
This commit is contained in:
parent
244220f031
commit
efed6d0eac
5 changed files with 9 additions and 9 deletions
|
@ -1781,7 +1781,7 @@ void ScriptVM::HandleScriptException(ScriptException& exc)
|
|||
throw e;
|
||||
}
|
||||
|
||||
glbs.Printf("^~^~^ Script Error : %s\n\n", exc.string.c_str());
|
||||
gi.DPrintf2("^~^~^ Script Error : %s\n\n", exc.string.c_str());
|
||||
|
||||
if (m_ScriptClass->GetScript()->ScriptCheck()) {
|
||||
if (g_scriptcheck->integer != 2 || !exc.bIsForAnim) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue