Fix food trash not spawning (#20467)

This commit is contained in:
Doru991 2023-09-24 20:20:02 +03:00 committed by Debug
parent e95526a7a8
commit dd8eba0f48
1 changed files with 1 additions and 1 deletions

View File

@ -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]