Merge pull request #6131 from deathbeam/quick-pass2

Swap also "quick pass" in Cerb lair
This commit is contained in:
Tomas Slusny
2018-10-22 23:33:50 +02:00
committed by GitHub

View File

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