Fix mapping actions crashing on load (#20592)

This commit is contained in:
DrSmugleaf
2023-09-28 21:13:15 -07:00
committed by GitHub
parent 0da2cd96f0
commit 101ee6ee81

View File

@@ -692,6 +692,7 @@
entity: RailingRound entity: RailingRound
name: RailingRound name: RailingRound
keywords: [] keywords: []
checkCanInteract: False
clientExclusive: True clientExclusive: True
autoPopulate: False autoPopulate: False
temporary: True temporary: True
@@ -700,8 +701,7 @@
entityType: RailingRound entityType: RailingRound
assignments: assignments:
- 5: 9 - 5: 9
- action: !type:InstantAction - action: !type:InstantActionComponent
checkCanInteract: False
icon: icon:
entity: AirlockMaintLocked entity: AirlockMaintLocked
keywords: [] keywords: []