Fix cable blocking not working properly due to inconsistent field naming (#5109)

This commit is contained in:
20kdc
2021-10-31 00:08:48 +01:00
committed by GitHub
parent 3cd88b8cf2
commit 02df91b39c

View File

@@ -37,7 +37,7 @@
HeldPrefix: coilhv HeldPrefix: coilhv
- type: CablePlacer - type: CablePlacer
cablePrototypeID: CableHV cablePrototypeID: CableHV
blockingCableType: HighVoltage blockingWireType: HighVoltage
- type: Appearance - type: Appearance
visuals: visuals:
- type: StackVisualizer - type: StackVisualizer
@@ -73,7 +73,7 @@
HeldPrefix: coilmv HeldPrefix: coilmv
- type: CablePlacer - type: CablePlacer
cablePrototypeID: CableMV cablePrototypeID: CableMV
blockingCableType: MediumVoltage blockingWireType: MediumVoltage
- type: Appearance - type: Appearance
visuals: visuals:
- type: StackVisualizer - type: StackVisualizer
@@ -108,7 +108,7 @@
HeldPrefix: coillv HeldPrefix: coillv
- type: CablePlacer - type: CablePlacer
cablePrototypeID: CableApcExtension cablePrototypeID: CableApcExtension
blockingCableType: Apc blockingWireType: Apc
- type: Appearance - type: Appearance
visuals: visuals:
- type: StackVisualizer - type: StackVisualizer