diff options
author | Emma Miler <27428383+emma-miler@users.noreply.github.com> | 2022-05-13 01:53:22 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-05-13 02:09:13 +0200 |
commit | 07e90754ab86f7d56df2f813ceb93de12d4aa0d5 (patch) | |
tree | f8aeebbb5768c778c181396a04a6405f2d5d70e2 /NorthstarDedicatedTest/emit_blocker.h | |
parent | 4a6d1e71b366886f082dbcfc036ba9be5bf5a50a (diff) | |
download | NorthstarLauncher-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.h | 3 |
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 |