Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 0 additions & 66 deletions Content.Client/_NF/CartridgeLoader/Cartridges/LedgerTab.xaml

This file was deleted.

92 changes: 0 additions & 92 deletions Content.Client/_NF/CartridgeLoader/Cartridges/LedgerTab.xaml.cs

This file was deleted.

28 changes: 0 additions & 28 deletions Content.Client/_NF/CartridgeLoader/Cartridges/LedgerUi.cs

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions Content.Server/VendingMachines/VendingMachineSystem.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Content.Shared._NF.Bank;
using System.Linq;
using Content.Server._NF.Bank;
using System.Numerics;
Expand Down
1 change: 1 addition & 0 deletions Content.Server/_DV/Mail/EntitySystems/MailSystem.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Content.Shared._NF.Bank;
using Content.Server.Access.Systems;
using Content.Server.Damage.Components;
using Content.Server._DV.Cargo.Components;
Expand Down
1 change: 1 addition & 0 deletions Content.Server/_Lua/AiShuttle/AiShuttleSpawnRuleSystem.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// LuaWorld - This file is licensed under AGPLv3
// Copyright (c) 2025 LuaWorld
// See AGPLv3.txt for details.
using Content.Shared._NF.Bank;
using System.Numerics;
using Content.Server.Cargo.Systems;
using Robust.Server.GameObjects;
Expand Down
1 change: 1 addition & 0 deletions Content.Server/_Lua/Parking/FrontierParkingSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Copyright (c) 2026 LuaWorld/LuaCorp
// See AGPLv3.txt for details.

using Content.Shared._NF.Bank;
using Content.Server._NF.Bank;
using Content.Server.Chat.Managers;
using Content.Server.Database;
Expand Down
1 change: 1 addition & 0 deletions Content.Server/_Lua/Parking/TrafficManagerTabletSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Copyright (c) 2026 LuaWorld/LuaCorp
// See AGPLv3.txt for details.

using Content.Shared._NF.Bank;
using Content.Server._Lua.Frontier.Parking;
using Content.Server._NF.Bank;
using Content.Server._NF.Shipyard.Systems;
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/_Mono/Ships/Systems/LimitedShuttleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public bool CanPurchaseVessel(VesselPrototype vessel)
if (vessel.LimitActive <= 0)
return true;

var query = EntityQueryEnumerator<VesselComponent>();
var query = AllEntityQuery<VesselComponent>();
var shuttleCount = 0;

while (query.MoveNext(out _, out var targetVessel))
Expand Down
1 change: 1 addition & 0 deletions Content.Server/_NF/Bank/ATMSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Copyright (c) 2024 New Frontiers Contributors
* See AGPLv3.txt for details.
*/
using Content.Shared._NF.Bank;
using Content.Server.Administration.Logs;
using Content.Server.Hands.Systems;
using Content.Server.Popups;
Expand Down
1 change: 0 additions & 1 deletion Content.Server/_NF/Bank/BankSystem.Ledger.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Text;
using Content.Shared._NF.Bank;
using Content.Shared._NF.Bank.BUI;
using Content.Shared._NF.Bank.Components;

namespace Content.Server._NF.Bank;
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/_NF/Bank/SectorBankComponent.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Content.Shared._NF.Bank.BUI;
using Content.Shared._NF.Bank;
using Content.Shared._NF.Bank.Components;

namespace Content.Server._NF.Bank;
Expand Down
1 change: 1 addition & 0 deletions Content.Server/_NF/Cargo/Systems/NFCargoSystem.Orders.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Content.Shared._NF.Bank;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Content.Server._NF.Cargo.Components;
Expand Down

This file was deleted.

Loading
Loading