Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimeMoot authored Dec 19, 2024
1 parent d85da46 commit 0109c1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private void OnPurchaseMessage(EntityUid uid, ShipyardConsoleComponent component
return;
}

_cargo.DeductFunds(bank, vessel.Price);
UpdateBankAccount(bankUid, bank, -vessel.Price);

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The name 'UpdateBankAccount' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The name 'bankUid' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The name 'UpdateBankAccount' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / Test Packaging

The name 'bankUid' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The name 'UpdateBankAccount' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The name 'bankUid' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The name 'UpdateBankAccount' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / YAML Linter

The name 'bankUid' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'UpdateBankAccount' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'bankUid' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'UpdateBankAccount' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'bankUid' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'UpdateBankAccount' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'bankUid' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'UpdateBankAccount' does not exist in the current context

Check failure on line 110 in Content.Server/Backmen/Shipyard/Systems/ShipyardSystem.Consoles.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'bankUid' does not exist in the current context
var channel = _prototypeManager.Index<RadioChannelPrototype>("Command");
_radio.SendRadioMessage(uid, Loc.GetString("shipyard-console-docking", ("vessel", vessel.Name.ToString())), channel, uid);
PlayConfirmSound(uid, component);
Expand Down

0 comments on commit 0109c1a

Please sign in to comment.