Fixed fast travel bug
This commit is contained in:
parent
f90828be05
commit
b8c4a360ce
|
|
@ -106,6 +106,7 @@ class FastTravel
|
|||
Graphics.freeze
|
||||
$game_temp.transition_processing = true
|
||||
$game_temp.transition_name = "black"
|
||||
@transfer_player = nil
|
||||
end
|
||||
end
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue