diff --git a/Content.Server/GameObjects/Components/Botany/LogComponent.cs b/Content.Server/GameObjects/Components/Botany/LogComponent.cs index 33368d3579..ce20d91bcf 100644 --- a/Content.Server/GameObjects/Components/Botany/LogComponent.cs +++ b/Content.Server/GameObjects/Components/Botany/LogComponent.cs @@ -21,7 +21,7 @@ namespace Content.Server.GameObjects.Components.Botany { for (var i = 0; i < 2; i++) { - var plank = Owner.EntityManager.SpawnEntity("WoodPlank1", Owner.Transform.Coordinates); + var plank = Owner.EntityManager.SpawnEntity("MaterialWoodPlank1", Owner.Transform.Coordinates); plank.RandomOffset(0.25f); }