fix comprehensive_station.json

This commit is contained in:
Xuwznln
2025-10-16 13:46:59 +08:00
parent 4a1e703a3a
commit d8f3ebac15
2 changed files with 15 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ class RegularContainer(Container):
kwargs["size_y"] = 0
if "size_z" not in kwargs:
kwargs["size_z"] = 0
self.kwargs = kwargs
super().__init__(*args, **kwargs)