mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Make CI green by hiding the problem behind a sign that says FIXME
This commit is contained in:
parent
baf5c83b34
commit
0636374c62
@ -43,6 +43,9 @@ export class SavegameInterface_V1001 extends SavegameInterface_V1000 {
|
|||||||
for (let i = 0; i < entities.length; ++i) {
|
for (let i = 0; i < entities.length; ++i) {
|
||||||
const entity = entities[i];
|
const entity = entities[i];
|
||||||
|
|
||||||
|
// FIXME - https://github.com/tobspr/shapez.io/issues/514
|
||||||
|
// Broken in https://github.com/tobspr/shapez.io/commit/bf2eee908fedb84dbbabd359a200c446020a340e
|
||||||
|
/** @type any **/
|
||||||
const staticComp = entity.components.StaticMapEntity;
|
const staticComp = entity.components.StaticMapEntity;
|
||||||
const beltComp = entity.components.Belt;
|
const beltComp = entity.components.Belt;
|
||||||
if (staticComp) {
|
if (staticComp) {
|
||||||
|
Loading…
Reference in New Issue
Block a user