Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -152,8 +152,6 @@ private void updateTrailData()
currentTrail = null;
currentPath = -1;

//TODO: REGION CHECK

// Get trail data
for (HerbiboarTrail trail : HerbiboarTrail.values())
{
@@ -213,10 +211,11 @@ public void onGameStateChange(GameStateChanged event)
case HOPPING:
case LOGGING_IN:
resetTrailData();
inHerbiboarArea = checkArea();
break;
case LOADING:
clearCache();
inHerbiboarArea = checkArea();
break;
default:
break;
}

0 comments on commit 21786dc

Please sign in to comment.