ThreadPool manager rework.
This commit is contained in:
@@ -176,13 +176,15 @@ public class GameServer
|
||||
{
|
||||
final long serverLoadStart = System.currentTimeMillis();
|
||||
|
||||
printSection("IdFactory");
|
||||
if (!IdFactory.getInstance().isInitialized())
|
||||
{
|
||||
LOGGER.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration.");
|
||||
throw new Exception("Could not initialize the ID factory");
|
||||
}
|
||||
|
||||
ThreadPoolManager.getInstance();
|
||||
printSection("ThreadPool");
|
||||
ThreadPoolManager.init();
|
||||
EventDispatcher.getInstance();
|
||||
|
||||
// load script engines
|
||||
|
Reference in New Issue
Block a user