Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Sep 30, 2024
1 parent b0cde29 commit 3c19745
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
import java.nio.file.Path;
import java.time.Duration;
import java.time.Instant;
import java.util.*;
import java.util.Date;
import java.util.Map;
import java.util.Optional;
import java.util.UUID;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionException;
import java.util.concurrent.ConcurrentHashMap;
Expand All @@ -97,7 +100,6 @@ public class SoulFireServer implements EventBusOwner<SoulFireGlobalEvent> {
private final Injector injector =
new InjectorBuilder().addDefaultHandlers("com.soulfiremc").create();
private final SoulFireScheduler scheduler = new SoulFireScheduler(log);
private final Map<String, String> serviceServerConfig = new HashMap<>();
private final Map<UUID, InstanceManager> instances = new ConcurrentHashMap<>();
private final RPCServer rpcServer;
private final ServerSettingsRegistry serverSettingsRegistry;
Expand Down

0 comments on commit 3c19745

Please sign in to comment.