From 74bc33059694b4fc47c83b4f61fa187b820704b2 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 11 Jul 2022 17:38:12 -0500 Subject: [PATCH] Add new account settings bitflags --- scripts/server/bitflag.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/server/bitflag.js b/scripts/server/bitflag.js index 66c0cab8..1d0814fe 100644 --- a/scripts/server/bitflag.js +++ b/scripts/server/bitflag.js @@ -119,6 +119,10 @@ let serverBitFlagKeys = { "NoRandomTips", "NoActionTips", "ChatBoxTimestamps", + "ChatProfanityFilter", + "ChatAutoHide", + "NoPlayerContent", + //"NoBlood", ], // Not going to be used. Use trigger, condition, and response stuff in trigger.js