From 9bcbe4c2d247029f662a5f7ff4dd3c3b9e7a9fb4 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 20 Apr 2023 21:36:20 +0200 Subject: [PATCH] replaced json extension with yml in WHY2_CHAT_CONFIG whoops --- 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 f255e29..3ec7a16 100644 --- a/include/chat/flags.h +++ b/include/chat/flags.h @@ -29,7 +29,7 @@ along with this program. If not, see . #define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff -#define WHY2_CHAT_CONFIG "/home/{USER}/.why2_chat.json" +#define WHY2_CHAT_CONFIG "/home/{USER}/.why2_chat.yml" #define WHY2_CHAT_CONFIG_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/.why2_chat.yml" #endif \ No newline at end of file