mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Merge branch 'master' into refactor
This commit is contained in:
@@ -557,7 +557,7 @@ def pbSaveTownMap
|
||||
f.write("\r\n")
|
||||
for i in 0...mapdata.length
|
||||
map = mapdata[i]
|
||||
return if !map
|
||||
next if !map
|
||||
f.write("\#-------------------------------\r\n")
|
||||
f.write(sprintf("[%d]\r\n",i))
|
||||
rname = pbGetMessage(MessageTypes::RegionNames,i)
|
||||
|
||||
Reference in New Issue
Block a user