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",
|
"FootstepSound",
|
||||||
"UtilityBeltClothingFill",
|
"UtilityBeltClothingFill",
|
||||||
"ShuttleController",
|
"ShuttleController",
|
||||||
"HumanInventoryController"
|
"HumanInventoryController",
|
||||||
|
"UseDelay"
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var ignoreName in registerIgnore)
|
foreach (var ignoreName in registerIgnore)
|
||||||
|
|||||||
@@ -21,6 +21,5 @@
|
|||||||
- type: EmitSoundOnUse
|
- type: EmitSoundOnUse
|
||||||
sound: /Audio/items/bikehorn.ogg
|
sound: /Audio/items/bikehorn.ogg
|
||||||
|
|
||||||
- type: Timing
|
|
||||||
- type: UseDelay
|
- type: UseDelay
|
||||||
delay: 0.5
|
delay: 0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user