diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-03 01:28:51 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-03 01:28:51 +0100 |
commit | bf176fe728400b93295118e8d256c346c8c52d41 (patch) | |
tree | ef8e312b9498aa54e4fb788499eca7ddcbfc4dd0 /NorthstarDedicatedTest/squirrel.cpp | |
parent | eb56fcbe02f35ed4f418a7dc53cd9eb0ad95a504 (diff) | |
download | NorthstarLauncher-bf176fe728400b93295118e8d256c346c8c52d41.tar.gz NorthstarLauncher-bf176fe728400b93295118e8d256c346c8c52d41.zip |
fix playlist kv building
Diffstat (limited to 'NorthstarDedicatedTest/squirrel.cpp')
-rw-r--r-- | NorthstarDedicatedTest/squirrel.cpp | 3 |
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; |