Update tp latest CreatureLib.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-08-17 12:36:21 +02:00
parent 0983658913
commit 3baabe6d79
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
} else { \
ctx->PopState(); \
} \
throw ArbUt::Exception("Script didn't finish properly; message " + std::to_string(scriptResult)); \
THROW("Script didn't finish properly; message " << scriptResult); \
} \
if (newContext) { \
_ctxPool->ReturnContextToPool(ctx); \