command adding

This commit is contained in:
Skull Merlin
2022-02-09 18:58:17 +02:00
parent 2098f6f655
commit 94a57c55f4
2 changed files with 9 additions and 4 deletions

View File

@ -266,7 +266,7 @@ namespace command
private:
static void add_commands_generic()
{
add_test("quit", game::Com_Quit_f);
add("quit", game::Com_Quit_f);
add("quit_hard", utils::nt::raise_hard_exception);
add("crash", []()
{