Skip to content

Commit

Permalink
Extended Chat v2.1 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorAU committed Nov 8, 2020
1 parent 07799b6 commit 6b88555
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions mission/description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ class RscTitles {
#include "cau\userinputmenus\systems\displayTextMulti.cpp"

// https://github.com/ConnorAU/A3ExtendedChat
#include "cau\extendedchat\emojipack\twemoji\CfgEmoji.cpp"
class CfgEmoji {
#include "cau\extendedchat\emojipack\config.cpp"
};
#endif

// https://steamcommunity.com/sharedfiles/filedetails/?id=1493485159
Expand All @@ -135,11 +137,4 @@ class CfgDiscordRichPresence {
};

// https://github.com/ConnorAU/A3ExtendedChat
CAU_xChat_enabled = 1;
CAU_xChat_emojis = 1;
CAU_xChat_connectMessages = 1;
CAU_xChat_disconnectMessages = 1;
CAU_xChat_deathMessages = 1;
CAU_xChat_MOTD[]={
// {delay before printing,message}
};
CAU_xChat_mentionGroups = 0; // Disable mentioning groups

0 comments on commit 6b88555

Please sign in to comment.