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