Fix food trash not spawning (#20467)
This commit is contained in:
parent
e95526a7a8
commit
dd8eba0f48
|
|
@ -17,7 +17,7 @@ public sealed partial class FoodComponent : Component
|
|||
[DataField]
|
||||
public SoundSpecifier UseSound = new SoundPathSpecifier("/Audio/Items/eatfood.ogg");
|
||||
|
||||
[DataField]
|
||||
[DataField("trash")]
|
||||
public EntProtoId? TrashPrototype;
|
||||
|
||||
[DataField]
|
||||
|
|
|
|||
Loading…
Reference in New Issue