This commit is contained in:
parent
7010eb4b27
commit
07143f3045
|
|
@ -230,7 +230,6 @@ class FastTravel
|
||||||
def update
|
def update
|
||||||
zone = ZONES[$game_fasttravel.zone]
|
zone = ZONES[$game_fasttravel.zone]
|
||||||
zone = zone == nil ? Zone.new("", {}, {}) : zone
|
zone = zone == nil ? Zone.new("", {}, {}) : zone
|
||||||
|
|
||||||
if zone.locations != nil && !@legacy_ui
|
if zone.locations != nil && !@legacy_ui
|
||||||
@arrows_timer += 1
|
@arrows_timer += 1
|
||||||
if @arrows_timer >= 30
|
if @arrows_timer >= 30
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue