mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix bug when saving underground belts
This commit is contained in:
@@ -18,7 +18,7 @@ export class UndergroundBeltComponent extends Component {
|
||||
static getSchema() {
|
||||
return {
|
||||
mode: types.enum(enumUndergroundBeltMode),
|
||||
pendingItems: types.array(types.pair(types.obj(gItemRegistry), types.number)),
|
||||
pendingItems: types.array(types.pair(types.obj(gItemRegistry), types.ufloat)),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user