aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/squirrel.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-08-03 01:28:51 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-08-03 01:28:51 +0100
commitbf176fe728400b93295118e8d256c346c8c52d41 (patch)
treeef8e312b9498aa54e4fb788499eca7ddcbfc4dd0 /NorthstarDedicatedTest/squirrel.cpp
parenteb56fcbe02f35ed4f418a7dc53cd9eb0ad95a504 (diff)
downloadNorthstarLauncher-bf176fe728400b93295118e8d256c346c8c52d41.tar.gz
NorthstarLauncher-bf176fe728400b93295118e8d256c346c8c52d41.zip
fix playlist kv building
Diffstat (limited to 'NorthstarDedicatedTest/squirrel.cpp')
-rw-r--r--NorthstarDedicatedTest/squirrel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/NorthstarDedicatedTest/squirrel.cpp b/NorthstarDedicatedTest/squirrel.cpp
index 46e4708a..90988eca 100644
--- a/NorthstarDedicatedTest/squirrel.cpp
+++ b/NorthstarDedicatedTest/squirrel.cpp
@@ -237,9 +237,6 @@ template<Context context> void DestroyVMHook(void* a1, void* sqvm)
template<Context context> void ScriptCompileErrorHook(void* sqvm, const char* error, const char* file, int line, int column)
{
- // note: i think vanilla might actually show the script line that errored, might be nice to implement that if it's a thing
- // look into client.dll+79540 for way better errors too
-
Context realContext = context; // ui and client use the same function so we use this for prints
if (context == CLIENT && sqvm == g_UISquirrelManager->sqvm)
realContext = UI;