From cb386ef4857f5a0f13998d1813cfa7d57a00af7d Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:33:28 +0100 Subject: add ns_leave_to_lobby command --- NorthstarDedicatedTest/misccommands.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 NorthstarDedicatedTest/misccommands.h (limited to 'NorthstarDedicatedTest/misccommands.h') diff --git a/NorthstarDedicatedTest/misccommands.h b/NorthstarDedicatedTest/misccommands.h new file mode 100644 index 00000000..c8de8ad2 --- /dev/null +++ b/NorthstarDedicatedTest/misccommands.h @@ -0,0 +1,3 @@ +#pragma once + +void AddMiscConCommands(); \ No newline at end of file -- cgit v1.2.3