From 97df63bc21e53556f3cc31112f713d1ae63e691a Mon Sep 17 00:00:00 2001 From: pg9182 <96569817+pg9182@users.noreply.github.com> Date: Fri, 5 May 2023 19:45:04 -0400 Subject: Revert "Plugin system v2 (#343)" This reverts commit 450d0b1ed437cf37b4309af952af8904f3f07768. --- NorthstarDLL/core/convar/concommand.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'NorthstarDLL/core/convar/concommand.cpp') diff --git a/NorthstarDLL/core/convar/concommand.cpp b/NorthstarDLL/core/convar/concommand.cpp index 82594f04..67c867f8 100644 --- a/NorthstarDLL/core/convar/concommand.cpp +++ b/NorthstarDLL/core/convar/concommand.cpp @@ -2,8 +2,6 @@ #include "shared/misccommands.h" #include "engine/r2engine.h" -#include "plugins/pluginbackend.h" - #include //----------------------------------------------------------------------------- @@ -150,6 +148,4 @@ ON_DLL_LOAD("engine.dll", ConCommand, (CModule module)) { ConCommandConstructor = module.Offset(0x415F60).As(); AddMiscConCommands(); - - g_pPluginCommunicationhandler->m_sEngineData.ConCommandConstructor = ConCommandConstructor; } -- cgit v1.2.3