diff --git a/map_gen/data/presets/manhattan.lua b/map_gen/data/presets/manhattan.lua index cc0e55d8..0d91f9af 100644 --- a/map_gen/data/presets/manhattan.lua +++ b/map_gen/data/presets/manhattan.lua @@ -1,4 +1,5 @@ -return { +local b = require 'map_gen.shared.builders' +return b.decompress({ height = 2979, width = 898, data = { @@ -2982,4 +2983,4 @@ data = { {5,898,}, {3,898,}, } -} \ No newline at end of file +}) \ No newline at end of file