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 2ba3d85 commit 6c1945d
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)
private void OnUnEmagged(EntityUid uid, VendingMachineComponent component, ref GotUnEmaggedEvent args) # Frontier - Added DEMUG

Check failure on line 190 in Content.Server/VendingMachines/VendingMachineSystem.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

Preprocessor directives must appear as the first non-whitespace character on a line

Check failure on line 190 in Content.Server/VendingMachines/VendingMachineSystem.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

Preprocessor directives must appear as the first non-whitespace character on a line

Check failure on line 190 in Content.Server/VendingMachines/VendingMachineSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Preprocessor directives must appear as the first non-whitespace character on a line

Check failure on line 190 in Content.Server/VendingMachines/VendingMachineSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Preprocessor directives must appear as the first non-whitespace character on a line

Check failure on line 190 in Content.Server/VendingMachines/VendingMachineSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Preprocessor directives must appear as the first non-whitespace character on a line

Check failure on line 190 in Content.Server/VendingMachines/VendingMachineSystem.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

Preprocessor directives must appear as the first non-whitespace character on a line

Check failure on line 190 in Content.Server/VendingMachines/VendingMachineSystem.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

Preprocessor directives must appear as the first non-whitespace character on a line

Check failure on line 190 in Content.Server/VendingMachines/VendingMachineSystem.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

Preprocessor directives must appear as the first non-whitespace character on a line
{
// only unemag if there are emag-only items
args.Handled = component.EmaggedInventory.Count > 0;
Expand Down

0 comments on commit 6c1945d

Please sign in to comment.