Skip to content

Commit

Permalink
Update AcePlugin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBong committed Aug 16, 2024
1 parent c37fc3f commit e73fa91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
mongo, playerFinder, commandManager, redisManager, registrar, broadcaster, settings,
logger);
new NetworkManager(
limboFactory, dataDirectory, server.getServer("test").get(), commandManager, playerFinder
limboFactory, dataDirectory, server.getServer("factions").get(), commandManager, playerFinder
);
}
}

0 comments on commit e73fa91

Please sign in to comment.