Files
runelite/runelite-client
Jordan Atwood b274a25a6f 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/runelite#4190
2018-07-05 19:16:09 -07:00
..