mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
Always print the failing dialogue script
These aren't usually very long, so printing them shouldn't spam the console by too much.
This commit is contained in:
parent
ed6face4aa
commit
2ebf328dec
@ -227,7 +227,7 @@ namespace MWDialogue
|
|||||||
success = false;
|
success = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!success && mScriptVerbose)
|
if (!success)
|
||||||
{
|
{
|
||||||
std::cerr
|
std::cerr
|
||||||
<< "compiling failed (dialogue script)" << std::endl
|
<< "compiling failed (dialogue script)" << std::endl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user