From 8535d120a4804dc726a307584882226ee0463ec2 Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Fri, 31 May 2019 19:28:54 +1000 Subject: [PATCH] disable discord by default as per issues by other server owners --- gamemodes/irresistible/cnr/discord/discord_relay.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/irresistible/cnr/discord/discord_relay.pwn b/gamemodes/irresistible/cnr/discord/discord_relay.pwn index 30ec20f..655550d 100644 --- a/gamemodes/irresistible/cnr/discord/discord_relay.pwn +++ b/gamemodes/irresistible/cnr/discord/discord_relay.pwn @@ -6,7 +6,7 @@ */ /* ** Enable or disable discord ** */ -// #define DISCORD_DISABLED // !!!! DISABLED BY DEFAULT !!!! +#define DISCORD_DISABLED // !!!! DISABLED BY DEFAULT !!!! /* ** Includes ** */ #include < YSI\y_hooks >