From 101ee6ee8165a76f4ba1e87d38b144d98a410aa6 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Thu, 28 Sep 2023 21:13:15 -0700 Subject: [PATCH] Fix mapping actions crashing on load (#20592) --- Resources/mapping_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/mapping_actions.yml b/Resources/mapping_actions.yml index 918333adfb..0dda6b38a5 100644 --- a/Resources/mapping_actions.yml +++ b/Resources/mapping_actions.yml @@ -692,6 +692,7 @@ entity: RailingRound name: RailingRound keywords: [] + checkCanInteract: False clientExclusive: True autoPopulate: False temporary: True @@ -700,8 +701,7 @@ entityType: RailingRound assignments: - 5: 9 -- action: !type:InstantAction - checkCanInteract: False +- action: !type:InstantActionComponent icon: entity: AirlockMaintLocked keywords: [] -- 2.51.2