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)
|
||||
|
||||
Reference in New Issue
Block a user