diff --git a/Content.Server/VendingMachines/VendingMachineSystem.cs b/Content.Server/VendingMachines/VendingMachineSystem.cs index 9701f4085d9..97cd57be716 100644 --- a/Content.Server/VendingMachines/VendingMachineSystem.cs +++ b/Content.Server/VendingMachines/VendingMachineSystem.cs @@ -187,7 +187,7 @@ private void OnEmagged(EntityUid uid, VendingMachineComponent component, ref Got args.Handled = component.EmaggedInventory.Count > 0; } - private void OnUnEmagged(EntityUid uid, VendingMachineComponent component, ref GotUnEmaggedEvent args) + private void OnUnEmagged(EntityUid uid, VendingMachineComponent component, ref GotUnEmaggedEvent args) # Frontier - Added DEMUG { // only unemag if there are emag-only items args.Handled = component.EmaggedInventory.Count > 0;