Merge pull request #9532 from TheStonedTurtle/volcanic-mine

menuentryswapper - Add volcanic mine entrance
This commit is contained in:
Tomas Slusny
2019-08-01 23:17:49 +02:00
committed by GitHub

View File

@@ -552,6 +552,7 @@ public class MenuEntrySwapperPlugin extends Plugin
else if (config.swapQuick() && option.equals("climb-down"))
{
swap("quick-start", option, target, true);
swap("pay", option, target, true);
}
else if (config.swapAdmire() && option.equals("admire"))
{