forked from runelite/runelite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xp tracker plugin: Remove WorldClient usages
The xp tracker plugin does not need to query for a list of available worlds, it only needs to know the current world type, which can be found using `Client.getWorldType()` instead. As such, usages of WorldClient are substituted with this simpler method instead. Closes runelite#4190
- Loading branch information
1 parent
aa7f058
commit b274a25
Showing
2 changed files
with
3 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters