Skip to content

Commit 79eb244

Browse files
changed the default for itemsOnBothSides to true
1 parent 5075b33 commit 79eb244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/Options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const DEFAULTS: JsonOptions = {
4040
withUncraft: true
4141
},
4242
itemsOnBothSides: {
43-
enable: false
43+
enable: true
4444
},
4545
checkUses: {
4646
duel: true,

0 commit comments

Comments
 (0)