Checkstyle fix

This commit is contained in:
Kyleeld
2019-05-20 00:58:55 +01:00
committed by GitHub
parent 66394cc708
commit b8b2f7f4c1

View File

@@ -378,8 +378,8 @@ public class EasyscapePlugin extends Plugin
if (target.contains("explorer's ring") && config.getSwapExplorersRing()) if (target.contains("explorer's ring") && config.getSwapExplorersRing())
{ {
swap(client, "Teleport", option, target); swap(client, "Teleport", option, target);
} }
if (config.getGamesNecklace() && target.contains("games necklace")) if (config.getGamesNecklace() && target.contains("games necklace"))
{ {
swap(client, config.getGamesNecklaceMode().toString(), option, target); swap(client, config.getGamesNecklaceMode().toString(), option, target);
@@ -394,7 +394,7 @@ public class EasyscapePlugin extends Plugin
{ {
swap(client, config.getGloryMode().toString(), option, target); swap(client, config.getGloryMode().toString(), option, target);
} }
if (config.getSkillsNecklace() && target.contains("skills necklace")) if (config.getSkillsNecklace() && target.contains("skills necklace"))
{ {
swap(client, config.getSkillsNecklaceMode().toString(), option, target); swap(client, config.getSkillsNecklaceMode().toString(), option, target);
@@ -404,12 +404,12 @@ public class EasyscapePlugin extends Plugin
{ {
swap(client, config.getNecklaceofPassageMode().toString(), option, target); swap(client, config.getNecklaceofPassageMode().toString(), option, target);
} }
if (config.getDigsitePendant() && target.contains("digsite pendant")) if (config.getDigsitePendant() && target.contains("digsite pendant"))
{ {
swap(client, config.getDigsitePendantMode().toString(), option, target); swap(client, config.getDigsitePendantMode().toString(), option, target);
} }
if (config.getCombatBracelet() && target.contains("combat bracelet")) if (config.getCombatBracelet() && target.contains("combat bracelet"))
{ {
swap(client, config.getCombatBraceletMode().toString(), option, target); swap(client, config.getCombatBraceletMode().toString(), option, target);