From 37b1a3a82dd64d36c5b3f12124e1125b3a9c40c5 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 27 Apr 2024 11:43:53 +0200 Subject: [PATCH] changed code_998 to CODE_LIST --- include/chat/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chat/flags.h b/include/chat/flags.h index 8a70fc5..49af298 100644 --- a/include/chat/flags.h +++ b/include/chat/flags.h @@ -41,7 +41,7 @@ extern "C" { //(SERVER -> CLIENT) CODES #define WHY2_CHAT_CODE_EXIT "code_999" -#define WHY2_CHAT_CODE_PM "code_998" +#define WHY2_CHAT_CODE_LIST "code_998" //COMMANDS #define WHY2_CHAT_COMMAND_PREFIX "!" //the little thingy you write before the command names to make the program recognise them boy. You know? Like in minecraft you use /kill... Also, are you dumb?