From c6c95424345a3065cdcaf86377b414d0da2d6313 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 13 Feb 2023 16:29:29 +0000 Subject: local commit for merging main --- NorthstarDLL/engine/hoststate.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NorthstarDLL/engine') diff --git a/NorthstarDLL/engine/hoststate.cpp b/NorthstarDLL/engine/hoststate.cpp index 44a66113..ec4733d6 100644 --- a/NorthstarDLL/engine/hoststate.cpp +++ b/NorthstarDLL/engine/hoststate.cpp @@ -133,6 +133,10 @@ void, __fastcall, (CHostState* self)) g_pServerPresence->SetMap(g_pHostState->m_levelName); } +// TODO: due to exception in code for singleplayer (see connect command) this func will never run +// when connect is ran on the ip localhost, while connected to a local listen server +// i dont really care + // clang-format off AUTOHOOK(CHostState__State_GameShutdown, engine.dll + 0x16E640, void, __fastcall, (CHostState* self)) -- cgit v1.2.3