Replaced IdFactory printSection in favor of Database.
This commit is contained in:
@@ -174,7 +174,6 @@ public class GameServer
|
|||||||
{
|
{
|
||||||
final long serverLoadStart = System.currentTimeMillis();
|
final long serverLoadStart = System.currentTimeMillis();
|
||||||
|
|
||||||
printSection("IdFactory");
|
|
||||||
if (!IdFactory.getInstance().isInitialized())
|
if (!IdFactory.getInstance().isInitialized())
|
||||||
{
|
{
|
||||||
LOGGER.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration.");
|
LOGGER.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration.");
|
||||||
|
@@ -173,7 +173,6 @@ public class GameServer
|
|||||||
{
|
{
|
||||||
final long serverLoadStart = System.currentTimeMillis();
|
final long serverLoadStart = System.currentTimeMillis();
|
||||||
|
|
||||||
printSection("IdFactory");
|
|
||||||
if (!IdFactory.getInstance().isInitialized())
|
if (!IdFactory.getInstance().isInitialized())
|
||||||
{
|
{
|
||||||
LOGGER.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration.");
|
LOGGER.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration.");
|
||||||
|
@@ -176,7 +176,6 @@ public class GameServer
|
|||||||
{
|
{
|
||||||
final long serverLoadStart = System.currentTimeMillis();
|
final long serverLoadStart = System.currentTimeMillis();
|
||||||
|
|
||||||
printSection("IdFactory");
|
|
||||||
if (!IdFactory.getInstance().isInitialized())
|
if (!IdFactory.getInstance().isInitialized())
|
||||||
{
|
{
|
||||||
LOGGER.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration.");
|
LOGGER.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration.");
|
||||||
|
@@ -160,7 +160,6 @@ public final class GameServer
|
|||||||
{
|
{
|
||||||
final long serverLoadStart = System.currentTimeMillis();
|
final long serverLoadStart = System.currentTimeMillis();
|
||||||
|
|
||||||
printSection("IdFactory");
|
|
||||||
if (!IdFactory.getInstance().isInitialized())
|
if (!IdFactory.getInstance().isInitialized())
|
||||||
{
|
{
|
||||||
_log.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration.");
|
_log.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration.");
|
||||||
|
@@ -176,7 +176,6 @@ public class GameServer
|
|||||||
{
|
{
|
||||||
final long serverLoadStart = System.currentTimeMillis();
|
final long serverLoadStart = System.currentTimeMillis();
|
||||||
|
|
||||||
printSection("IdFactory");
|
|
||||||
if (!IdFactory.getInstance().isInitialized())
|
if (!IdFactory.getInstance().isInitialized())
|
||||||
{
|
{
|
||||||
LOGGER.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration.");
|
LOGGER.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration.");
|
||||||
|
Reference in New Issue
Block a user