aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/convar.cpp
diff options
context:
space:
mode:
authorKawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>2022-03-29 17:57:06 +0200
committerGitHub <noreply@github.com>2022-03-29 17:57:06 +0200
commit9916463631b3c31501617cdce02129178908d052 (patch)
tree1d23b7bdff64df13554af1786fe0b9078ce43dcb /NorthstarDedicatedTest/convar.cpp
parentf1a8ce9337ce84f25fc1a78458f43377c7b36f4d (diff)
parent52f3f5795fa516862c0a4030df8d43f4c0cbda65 (diff)
downloadNorthstarLauncher-9916463631b3c31501617cdce02129178908d052.tar.gz
NorthstarLauncher-9916463631b3c31501617cdce02129178908d052.zip
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/convar.cpp')
-rw-r--r--NorthstarDedicatedTest/convar.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/convar.cpp b/NorthstarDedicatedTest/convar.cpp
index 3f2728d0..c750bd4d 100644
--- a/NorthstarDedicatedTest/convar.cpp
+++ b/NorthstarDedicatedTest/convar.cpp
@@ -36,8 +36,6 @@ void InitialiseConVars(HMODULE baseAddress)
HookEnabler hook;
ENABLER_CREATEHOOK(hook, (char*)baseAddress + 0x417FA0, &ConVar::IsFlagSet, reinterpret_cast<LPVOID*>(&CvarIsFlagSet));
-
-
}
//-----------------------------------------------------------------------------