We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f29bee + f78f360 commit 50ee960Copy full SHA for 50ee960
Engine/source/console/torquescript/runtime.cpp
@@ -402,6 +402,8 @@ namespace TorqueScript
402
#ifdef TORQUE_DEBUG
403
Con::printf("Executing %s.", scriptFileName);
404
#endif
405
+ if (Con::gTraceOn)
406
+ Con::printf("Executing %s.", scriptFileName);
407
408
CodeBlock *newCodeBlock = new CodeBlock();
409
StringTableEntry name = StringTable->insert(scriptFileName);
0 commit comments