Refactored GalacticBankManager (#1089)
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
using Content.Server.Cargo;
|
||||
using Content.Server.Interfaces;
|
||||
using Content.Server.Interfaces;
|
||||
using Content.Server.Interfaces.Chat;
|
||||
using Content.Server.Interfaces.GameTicking;
|
||||
using Content.Server.Interfaces.PDA;
|
||||
using Content.Server.Preferences;
|
||||
using Content.Server.Sandbox;
|
||||
using Content.Shared.Kitchen;
|
||||
using Robust.Server.Interfaces.Player;
|
||||
@@ -98,7 +96,6 @@ namespace Content.Server
|
||||
case ModUpdateLevel.PreEngine:
|
||||
{
|
||||
_gameTicker.Update(frameEventArgs);
|
||||
IoCManager.Resolve<IGalacticBankManager>().Update(frameEventArgs);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user