diff options
Diffstat (limited to 'NorthstarDedicatedTest/squirrel.h')
-rw-r--r-- | NorthstarDedicatedTest/squirrel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/squirrel.h b/NorthstarDedicatedTest/squirrel.h index c654a599..9d55d8a1 100644 --- a/NorthstarDedicatedTest/squirrel.h +++ b/NorthstarDedicatedTest/squirrel.h @@ -162,7 +162,7 @@ template <ScriptContext context> class SquirrelManager if (compileResult != SQRESULT_ERROR) { pushroottable(sqvm2); - SQRESULT callResult = call(sqvm2, 1); + SQRESULT callResult = call(sqvm2, 0); spdlog::info("sq_call returned {}", callResult); } } |