getBgFgMapArray
This commit is contained in:
parent
3b5f4c7c41
commit
e0eea19d84
@ -352,7 +352,7 @@ maps.prototype.getBgFgMapArray = function (name, floorId, noCache) {
|
||||
if (main.mode == 'editor') arr[y][x] = arr[y][x].idnum || arr[y][x] || 0;
|
||||
}
|
||||
}
|
||||
if (!noCache)
|
||||
if (core.status[name + "maps"])
|
||||
core.status[name + "maps"][floorId] = core.clone(arr);
|
||||
return arr;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user