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
This commit is contained in:
moneyl
2020-01-22 19:09:56 -05:00
committed by Pieter-Jan Briers
parent aaa4329d8c
commit 86d1f808af
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,8 @@ namespace Content.Client
"FootstepSound",
"UtilityBeltClothingFill",
"ShuttleController",
"HumanInventoryController"
"HumanInventoryController",
"UseDelay"
};
foreach (var ignoreName in registerIgnore)

View File

@@ -21,6 +21,5 @@
- type: EmitSoundOnUse
sound: /Audio/items/bikehorn.ogg
- type: Timing
- type: UseDelay
delay: 0.5