aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/emit_blocker.h
diff options
context:
space:
mode:
authorEmma Miler <27428383+emma-miler@users.noreply.github.com>2022-05-13 01:53:22 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-05-13 02:09:13 +0200
commit07e90754ab86f7d56df2f813ceb93de12d4aa0d5 (patch)
treef8aeebbb5768c778c181396a04a6405f2d5d70e2 /NorthstarDedicatedTest/emit_blocker.h
parent4a6d1e71b366886f082dbcfc036ba9be5bf5a50a (diff)
downloadNorthstarLauncher-07e90754ab86f7d56df2f813ceb93de12d4aa0d5.tar.gz
NorthstarLauncher-07e90754ab86f7d56df2f813ceb93de12d4aa0d5.zip
Block `emit` command when sv_cheats is disabled (#170)
Diffstat (limited to 'NorthstarDedicatedTest/emit_blocker.h')
-rw-r--r--NorthstarDedicatedTest/emit_blocker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/emit_blocker.h b/NorthstarDedicatedTest/emit_blocker.h
new file mode 100644
index 00000000..43991927
--- /dev/null
+++ b/NorthstarDedicatedTest/emit_blocker.h
@@ -0,0 +1,3 @@
+#pragma once
+
+void InitialiseServerEmit_Blocker(HMODULE baseAddress); \ No newline at end of file