mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
Fixed bug in previous commit
This commit is contained in:
@@ -210,7 +210,7 @@ class PokemonRegionMap_Scene
|
|||||||
return "" if !@editor || !@map[2]
|
return "" if !@editor || !@map[2]
|
||||||
map = @map[2].select { |loc| loc[0] == x && loc[1] == y }[0]
|
map = @map[2].select { |loc| loc[0] == x && loc[1] == y }[0]
|
||||||
currentobj = map
|
currentobj = map
|
||||||
currentname = map[2]
|
currentname = (map) ? map[2] || "" : ""
|
||||||
currentname = pbMessageFreeText(_INTL("Set the name for this point."), currentname, false, 250) { pbUpdate }
|
currentname = pbMessageFreeText(_INTL("Set the name for this point."), currentname, false, 250) { pbUpdate }
|
||||||
if currentname
|
if currentname
|
||||||
if currentobj
|
if currentobj
|
||||||
|
|||||||
Reference in New Issue
Block a user