minor fixes

This commit is contained in:
2025-12-06 22:41:23 +09:00
parent b2c04c1dff
commit f237789fa0
5 changed files with 44 additions and 13 deletions
+1 -1
View File
@@ -1747,7 +1747,7 @@ public class FactoryPatch : PatchImpl<FactoryPatch>
if (obj != null) return obj;
}
obj = new Dictionary<int, uint>();
obj = [];
_signalBelts[index] = obj;
return obj;
}