Oof, didn't noticed this one

This commit is contained in:
Ereshkigal 2021-07-12 18:57:24 +02:00
parent e32711f7e2
commit d3cc8876b0

View File

@ -51,8 +51,6 @@ class TradersModifications {
//Enable all clothes available for both side //Enable all clothes available for both side
if (config.traders.AllClotheForEverySide === true) { if (config.traders.AllClotheForEverySide === true) {
Logger.info("AllinOne Mod: AllClotheForEverySide activated");
for (let suit in suits) { for (let suit in suits) {
if (OtherModitication.IsThisIDaMod(suit) === false) { if (OtherModitication.IsThisIDaMod(suit) === false) {
let suitData = suits[suit] let suitData = suits[suit]