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:
committed by
Pieter-Jan Briers
parent
aaa4329d8c
commit
86d1f808af
@@ -127,7 +127,8 @@ namespace Content.Client
|
||||
"FootstepSound",
|
||||
"UtilityBeltClothingFill",
|
||||
"ShuttleController",
|
||||
"HumanInventoryController"
|
||||
"HumanInventoryController",
|
||||
"UseDelay"
|
||||
};
|
||||
|
||||
foreach (var ignoreName in registerIgnore)
|
||||
|
||||
@@ -21,6 +21,5 @@
|
||||
- type: EmitSoundOnUse
|
||||
sound: /Audio/items/bikehorn.ogg
|
||||
|
||||
- type: Timing
|
||||
- type: UseDelay
|
||||
delay: 0.5
|
||||
|
||||
Reference in New Issue
Block a user