timers: add league home tele

This commit is contained in:
dekvall
2020-10-29 22:23:10 +01:00
committed by Adam
parent f8d8aa762c
commit 9b3beffbfc
2 changed files with 9 additions and 1 deletions

View File

@@ -858,7 +858,8 @@ public class TimersPlugin extends Plugin
if (config.showHomeMinigameTeleports()
&& client.getLocalPlayer().getAnimation() == AnimationID.IDLE
&& (lastAnimation == AnimationID.BOOK_HOME_TELEPORT_5
|| lastAnimation == AnimationID.COW_HOME_TELEPORT_6))
|| lastAnimation == AnimationID.COW_HOME_TELEPORT_6
|| lastAnimation == AnimationID.LEAGUE_HOME_TELEPORT_6))
{
if (lastTeleportClicked == TeleportWidget.HOME_TELEPORT)
{