mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
TPtL fix
This commit is contained in:
parent
0be019eec5
commit
4065d97426
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class Window_TPtL < Window_Selectable
|
|||
self.active = false
|
||||
self.opacity = 127
|
||||
$game_temp.player_transferring = true
|
||||
$game_temp.player_new_map_id = @index
|
||||
$game_temp.player_new_map_id = @mapinfos.keys[@index]
|
||||
$game_temp.player_new_x = 0
|
||||
$game_temp.player_new_y = 0
|
||||
$game_temp.player_new_direction = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue