This commit is contained in:
DepressedTWM 2026-05-26 22:03:29 +04:00
parent 7010eb4b27
commit 07143f3045

View file

@ -230,7 +230,6 @@ class FastTravel
def update
zone = ZONES[$game_fasttravel.zone]
zone = zone == nil ? Zone.new("", {}, {}) : zone
if zone.locations != nil && !@legacy_ui
@arrows_timer += 1
if @arrows_timer >= 30