From e507d82b83f4725a61e3cdea46097123a06ce752 Mon Sep 17 00:00:00 2001 From: Tnze Date: Mon, 27 Dec 2021 15:07:05 +0800 Subject: [PATCH] Set the default setting of AllowListing to true --- bot/basic/settings.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bot/basic/settings.go b/bot/basic/settings.go index 54b20ec..105a819 100644 --- a/bot/basic/settings.go +++ b/bot/basic/settings.go @@ -38,5 +38,8 @@ var DefaultSettings = Settings{ DisplayedSkinParts: Jacket | LeftSleeve | RightSleeve | LeftPantsLeg | RightPantsLeg | Hat, MainHand: 1, + EnableTextFiltering: false, + AllowListing: true, + Brand: "vanilla", }