From 86d1f808af53dd75cc1c51466633e0ccb0e09125 Mon Sep 17 00:00:00 2001 From: moneyl <8206401+Moneyl@users.noreply.github.com> Date: Wed, 22 Jan 2020 19:09:56 -0500 Subject: [PATCH] Fix more unknown component errors (#545) Fixed UseDelayComponent not being on the ignore list of Content.Client and removed seemingly erroneous `Timing` component used in bike_horn.yml --- Content.Client/EntryPoint.cs | 3 ++- Resources/Prototypes/Entities/items/bike_horn.yml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index a3d469b636..009a666727 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -127,7 +127,8 @@ namespace Content.Client "FootstepSound", "UtilityBeltClothingFill", "ShuttleController", - "HumanInventoryController" + "HumanInventoryController", + "UseDelay" }; foreach (var ignoreName in registerIgnore) diff --git a/Resources/Prototypes/Entities/items/bike_horn.yml b/Resources/Prototypes/Entities/items/bike_horn.yml index ff80d83b81..51d72315ae 100644 --- a/Resources/Prototypes/Entities/items/bike_horn.yml +++ b/Resources/Prototypes/Entities/items/bike_horn.yml @@ -21,6 +21,5 @@ - type: EmitSoundOnUse sound: /Audio/items/bikehorn.ogg - - type: Timing - type: UseDelay delay: 0.5