From 821170764f1ddae836d0faae0c0d525be34371f0 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 26 Aug 2023 18:31:40 +0200 Subject: [PATCH] removed server.yml from WHY2_CHAT_CONFIG_URL --- 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 4ec2acc..18f3362 100644 --- a/include/chat/flags.h +++ b/include/chat/flags.h @@ -30,7 +30,7 @@ along with this program. If not, see . #define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff #define WHY2_CHAT_CONFIG_DIR "/home/{USER}/.config/WHY2" +#define WHY2_CHAT_CONFIG_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/" #define WHY2_CHAT_CONFIG_SERVER "server.yml" -#define WHY2_CHAT_CONFIG_SERVER_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/server.yml" #endif \ No newline at end of file