store.getUsedCapacity() returns null even there is something stored
-
Hello there ,
Which shard is affected? I think all, but happend on shard0 What happened? getUsedCapacity() returned null What should have happened? getUsedCapacity() should return 50
by checking my extensions, I saw this effect showed bellow: 5ffcf725a9989d1010bb9631 is a full extension
Game.getObjectById('5ffcf725a9989d1010bb9631').store.getUsedCapacity() + " " +
Game.getObjectById('5ffcf725a9989d1010bb9631').store.getUsedCapacity(RESOURCE_ENERGY)value: null 50
-
This is the expected behavior for a limited store.