Merge pull request #10609 from Bram91/master

Fix typo in 'Swap Bank Op' description
This commit is contained in:
Adam
2020-01-20 15:56:08 -05:00
committed by GitHub

View File

@@ -385,7 +385,7 @@ public interface MenuEntrySwapperConfig extends Config
@ConfigItem(
keyName = "swapBankOp",
name = "Swap Bank Op",
description = "Swaps the extra menu option in banks (Weild, Eat, etc.) when holding shift"
description = "Swaps the extra menu option in banks (Wield, Eat, etc.) when holding shift"
)
default boolean swapBankOp()
{