From f30f6b002646bbb0bb0a78ed0e253de0ae371c68 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 10 Feb 2023 23:11:26 +0000 Subject: fix build issues oops --- NorthstarDLL/engine/hoststate.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/NorthstarDLL/engine/hoststate.cpp b/NorthstarDLL/engine/hoststate.cpp index c7775ac0..db05dd36 100644 --- a/NorthstarDLL/engine/hoststate.cpp +++ b/NorthstarDLL/engine/hoststate.cpp @@ -195,7 +195,4 @@ ON_DLL_LOAD_RELIESON("engine.dll", HostState, ConVar, (CModule module)) AUTOHOOK_DISPATCH() g_pHostState = module.Offset(0x7CF180).As(); - Cvar_hostport = module.Offset().As(); - - _Cmd_Exec_f = module.Offset().As(); } -- cgit v1.2.3