forked from 2009Scape/Server
The Fairy Ring interface now shows all destinations, not just the ones you have visited before.
This commit is contained in:
parent
cd8cce30a0
commit
2ecdde1011
1 changed files with 2 additions and 0 deletions
|
|
@ -77,9 +77,11 @@ class FairyRingInterface : InterfaceListener {
|
|||
private fun drawLog (player: Player)
|
||||
{
|
||||
for (i in FairyRing.values().indices) {
|
||||
/* Snowscape: show all fairy ring destinations, whether they have been there or not.
|
||||
if (!player.savedData.globalData.hasTravelLog(i)) {
|
||||
continue
|
||||
}
|
||||
*/
|
||||
val ring = FairyRing.values()[i]
|
||||
if (ring.childId == -1) {
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue