From 93f10fd55c5ff6f6cebb82601ff850d11f92a840 Mon Sep 17 00:00:00 2001 From: Maya Date: Thu, 16 Jun 2022 00:29:39 +0200 Subject: Delete emit_blocker.h (#194) * Delete emit_blocker.h * also remove from dllmain.cpp --- NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 1 - NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters | 3 --- NorthstarDedicatedTest/dllmain.cpp | 1 - NorthstarDedicatedTest/emit_blocker.h | 3 --- 4 files changed, 8 deletions(-) delete mode 100644 NorthstarDedicatedTest/emit_blocker.h diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 5a7c9529..ea9ccbb3 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -117,7 +117,6 @@ - diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters index 81dc3817..576b9004 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters @@ -1515,9 +1515,6 @@ Header Files\Shared\ExploitFixes - - Header Files\Shared\ExploitFixes - diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index 5e747ec5..b6b68811 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -51,7 +51,6 @@ #include "rapidjson/writer.h" #include "rapidjson/error/en.h" #include "ExploitFixes.h" -#include "emit_blocker.h" typedef void (*initPluginFuncPtr)(void* getPluginObject); diff --git a/NorthstarDedicatedTest/emit_blocker.h b/NorthstarDedicatedTest/emit_blocker.h deleted file mode 100644 index 43991927..00000000 --- a/NorthstarDedicatedTest/emit_blocker.h +++ /dev/null @@ -1,3 +0,0 @@ -#pragma once - -void InitialiseServerEmit_Blocker(HMODULE baseAddress); \ No newline at end of file -- cgit v1.2.3