mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix toolbar color
This commit is contained in:
@@ -248,7 +248,7 @@ export class SavegameInterface_V1006 extends SavegameInterface_V1005 {
|
||||
if (components.Storage) {
|
||||
// @ts-ignore
|
||||
components.Storage = {
|
||||
storedCount: 0,
|
||||
storedCount: rebalance(components.Storage.storedCount),
|
||||
storedItem: null,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user