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
committerGitHub <noreply@github.com>2022-05-13 01:53:22 +0200
commitd333eabc1bc7f8f29c3e5ccd13b62997235285c4 (patch)
tree50222e52d13d78cfd9595d0dddc664e68c0f3708 /NorthstarDedicatedTest/emit_blocker.h
parent0c8994686185fe04e6a6748e5808df17aa9214a4 (diff)
downloadNorthstarLauncher-d333eabc1bc7f8f29c3e5ccd13b62997235285c4.tar.gz
NorthstarLauncher-d333eabc1bc7f8f29c3e5ccd13b62997235285c4.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