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,7 +378,7 @@ 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"))
{ {