From 18dc222e2b6ea85f05043ebd0a0c9fd33262918a Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Mon, 11 Mar 2024 23:26:04 -0700 Subject: [PATCH] WHOOPS forgot one --- src/command.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/command.h b/src/command.h index 61d211987..1f54341ce 100644 --- a/src/command.h +++ b/src/command.h @@ -29,6 +29,7 @@ enum { COM_ADMIN = 0x01, COM_LOCAL = 0x02, + COM_NOSHOWHELP = 0x04, COM_PLAYER2 = 0x10, COM_PLAYER3 = 0x20, COM_PLAYER4 = 0x30,