diff --git a/scripts/server/config.js b/scripts/server/config.js index c4967986..fac916f7 100644 --- a/scripts/server/config.js +++ b/scripts/server/config.js @@ -247,6 +247,10 @@ let globalConfig = { fishingCastMinStrength: 30, jobRouteLocationSphereRadius: 3, monthlyChanceOfSnow: [90, 50, 10, 0, 0, 0, 0, 0, 0, 0, 50, 90], + defaultEnabledAccountSettings: [ + "ChatBoxTimestamps", + "ChatEmoji", + ], }; // ===========================================================================