Skip to content

Commit

Permalink
Remove unused server manager in client manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Extremelyd1 committed Jul 24, 2024
1 parent 446640e commit 5c2a857
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions HKMP/Game/Client/ClientManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ internal class ClientManager : IClientManager {
/// </summary>
private readonly NetClient _netClient;

/// <summary>
/// The server manager instance.
/// </summary>
private readonly ServerManager _serverManager;

/// <summary>
/// The UI manager instance.
/// </summary>
Expand Down Expand Up @@ -179,7 +174,6 @@ public ClientManager(
ModSettings modSettings
) {
_netClient = netClient;
_serverManager = serverManager;
_uiManager = uiManager;
_serverSettings = serverSettings;
_modSettings = modSettings;
Expand Down

0 comments on commit 5c2a857

Please sign in to comment.