Merge pull request #1353 from runelite/revert-1351-reset-xp

Revert "Reset XP on log-in of another character / mode"
This commit is contained in:
Tomas Slusny
2018-04-10 13:21:05 +02:00
committed by GitHub

View File

@@ -153,7 +153,6 @@ public class XpTrackerPlugin extends Plugin
lastUsername = client.getUsername(); lastUsername = client.getUsername();
lastWorldType = type; lastWorldType = type;
xpPanel.resetAllInfoBoxes(); xpPanel.resetAllInfoBoxes();
xpInfos.clear();
} }
} }
else if (event.getGameState() == GameState.LOGIN_SCREEN) else if (event.getGameState() == GameState.LOGIN_SCREEN)