mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Map fixes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
EXPORT_EXCEPT_MAP_IDS= [768,722,723,724,720]
|
EXPORT_EXCEPT_MAP_IDS= [768,722,723,724,720,809,816]
|
||||||
|
|
||||||
def exportAllMaps
|
def exportAllMaps
|
||||||
for id in 1..820
|
for id in 817..830
|
||||||
begin
|
begin
|
||||||
MapExporter.export(id, [:Events]) if !EXPORT_EXCEPT_MAP_IDS.include?(id)
|
MapExporter.export(id, [:Events]) if !EXPORT_EXCEPT_MAP_IDS.include?(id)
|
||||||
rescue
|
rescue
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user