diff --git a/Content.Server/GameObjects/Components/VendingMachines/VendingMachineComponent.cs b/Content.Server/GameObjects/Components/VendingMachines/VendingMachineComponent.cs index 76f7fe800a..2284d14596 100644 --- a/Content.Server/GameObjects/Components/VendingMachines/VendingMachineComponent.cs +++ b/Content.Server/GameObjects/Components/VendingMachines/VendingMachineComponent.cs @@ -166,8 +166,8 @@ namespace Content.Server.GameObjects.Components.VendingMachines Timer.Spawn(_animationDuration, () => { - TrySetVisualState(VendingMachineVisualState.Normal); _ejecting = false; + TrySetVisualState(VendingMachineVisualState.Normal); Owner.EntityManager.SpawnEntity(id, Owner.Transform.GridPosition); }); }