mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-02-12 19:09:21 +00:00
Fix to producer
Current version of hiddenBuildings, removes producer from sandbox and dev build. This change should fix it
This commit is contained in:
parent
a1c6a99df0
commit
ff81d50112
@ -589,7 +589,10 @@ export class RegularGameMode extends GameMode {
|
||||
MetaConstantProducerBuilding,
|
||||
MetaGoalAcceptorBuilding,
|
||||
MetaBlockBuilding,
|
||||
MetaItemProducerBuilding,
|
||||
// @ts-ignore
|
||||
...(!queryParamOptions.sandboxMode && !window.sandboxMode && !G_IS_DEV
|
||||
? [MetaItemProducerBuilding]
|
||||
: []),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user