mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-02-18 14:12:18 -08:00
Fix saving tags of overwritten schematic (#5696)
This commit is contained in:
parent
ee47bffb1c
commit
2f57705f13
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ public class Schematics implements Loadable{
|
|||
target.tiles.addAll(newSchematic.tiles);
|
||||
target.width = newSchematic.width;
|
||||
target.height = newSchematic.height;
|
||||
newSchematic.labels = target.labels;
|
||||
newSchematic.tags.putAll(target.tags);
|
||||
newSchematic.file = target.file;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue