Skip to content

Commit

Permalink
Update VendingMachineSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jan 4, 2024
1 parent 6c1945d commit 48ace9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/VendingMachines/VendingMachineSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) # Frontier - Added DEMUG
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;
Expand Down

0 comments on commit 48ace9b

Please sign in to comment.