aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/logging/sourceconsole.cpp
diff options
context:
space:
mode:
authorEmma Miler <emma.pi@protonmail.com>2022-12-22 16:06:49 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-01-04 14:55:23 +0100
commita4a5338a9d392761b51d746f231116e2327cc995 (patch)
treece24e565913c9e1ed43a96291f7bfc059b2d2d87 /NorthstarDLL/logging/sourceconsole.cpp
parent27afb0ba38dcf0e74a4d09ba43e73261542b8e96 (diff)
downloadNorthstarLauncher-a4a5338a9d392761b51d746f231116e2327cc995.tar.gz
NorthstarLauncher-a4a5338a9d392761b51d746f231116e2327cc995.zip
Fix console not enabling (#379)
Diffstat (limited to 'NorthstarDLL/logging/sourceconsole.cpp')
-rw-r--r--NorthstarDLL/logging/sourceconsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/logging/sourceconsole.cpp b/NorthstarDLL/logging/sourceconsole.cpp
index 62b41e1a..775caa49 100644
--- a/NorthstarDLL/logging/sourceconsole.cpp
+++ b/NorthstarDLL/logging/sourceconsole.cpp
@@ -1,7 +1,7 @@
#include "pch.h"
#include "core/convar/convar.h"
#include "sourceconsole.h"
-#include "shared/sourceinterface.h"
+#include "core/sourceinterface.h"
#include "core/convar/concommand.h"
#include "util/printcommands.h"