From d333eabc1bc7f8f29c3e5ccd13b62997235285c4 Mon Sep 17 00:00:00 2001 From: Emma Miler <27428383+emma-miler@users.noreply.github.com> Date: Fri, 13 May 2022 01:53:22 +0200 Subject: Block `emit` command when sv_cheats is disabled (#170) --- NorthstarDedicatedTest/emit_blocker.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 NorthstarDedicatedTest/emit_blocker.h (limited to 'NorthstarDedicatedTest/emit_blocker.h') 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 -- cgit v1.2.3