diff options
author | BobTheBob9 <for.oliver.kirkham@gmail.com> | 2022-10-21 00:22:59 +0100 |
---|---|---|
committer | BobTheBob9 <for.oliver.kirkham@gmail.com> | 2022-10-21 00:22:59 +0100 |
commit | 64450087ea3b737f74798cd9c0ce8b0abca37918 (patch) | |
tree | 182b3fe6d79ecc399f9a286e9907780880f07d94 /NorthstarDLL/squirrel.cpp | |
parent | 0c729c609cd052f4e720ce885c1d5322b63c9edd (diff) | |
download | NorthstarLauncher-64450087ea3b737f74798cd9c0ce8b0abca37918.tar.gz NorthstarLauncher-64450087ea3b737f74798cd9c0ce8b0abca37918.zip |
fix up formattingv1.10.0-rc2
Diffstat (limited to 'NorthstarDLL/squirrel.cpp')
-rw-r--r-- | NorthstarDLL/squirrel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDLL/squirrel.cpp b/NorthstarDLL/squirrel.cpp index d130aed7..be0dceeb 100644 --- a/NorthstarDLL/squirrel.cpp +++ b/NorthstarDLL/squirrel.cpp @@ -512,7 +512,6 @@ ON_DLL_LOAD_RELIESON("client.dll", ClientSquirrel, ConCommand, (CModule module)) g_pSquirrel<ScriptContext::CLIENT>->__sq_GetEntityConstant_CBaseEntity; g_pSquirrel<ScriptContext::UI>->__sq_getentityfrominstance = g_pSquirrel<ScriptContext::CLIENT>->__sq_getentityfrominstance; - MAKEHOOK( module.Offset(0x108E0), &RegisterSquirrelFunctionHook<ScriptContext::CLIENT>, |