]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix food trash not spawning (#20467)
authorDoru991 <75124791+Doru991@users.noreply.github.com>
Sun, 24 Sep 2023 17:20:02 +0000 (20:20 +0300)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2023 17:20:02 +0000 (13:20 -0400)
Content.Server/Nutrition/Components/FoodComponent.cs

index 9e37af2a10862cc1cb3f466d327dfca2d826cfa5..0f696d3694651987fae27439acd936bb7c26a905 100644 (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]