diff --git a/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/GameServer.java b/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/GameServer.java index 46a90b3e91..e689672e27 100644 --- a/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/GameServer.java +++ b/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/GameServer.java @@ -174,7 +174,6 @@ 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."); diff --git a/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/GameServer.java b/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/GameServer.java index ebe25ecb9d..d0cc037cb0 100644 --- a/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/GameServer.java +++ b/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/GameServer.java @@ -173,7 +173,6 @@ 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."); diff --git a/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/GameServer.java b/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/GameServer.java index 62634f16d4..7762af0331 100644 --- a/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/GameServer.java +++ b/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/GameServer.java @@ -176,7 +176,6 @@ 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."); diff --git a/L2J_Mobius_HighFive/java/com/l2jmobius/gameserver/GameServer.java b/L2J_Mobius_HighFive/java/com/l2jmobius/gameserver/GameServer.java index 9481f378e2..55d38e823d 100644 --- a/L2J_Mobius_HighFive/java/com/l2jmobius/gameserver/GameServer.java +++ b/L2J_Mobius_HighFive/java/com/l2jmobius/gameserver/GameServer.java @@ -160,7 +160,6 @@ public final class GameServer { final long serverLoadStart = System.currentTimeMillis(); - printSection("IdFactory"); if (!IdFactory.getInstance().isInitialized()) { _log.severe(getClass().getSimpleName() + ": Could not read object IDs from database. Please check your configuration."); diff --git a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/GameServer.java b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/GameServer.java index 2c3c24aaf8..67d1225b4a 100644 --- a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/GameServer.java +++ b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/GameServer.java @@ -176,7 +176,6 @@ 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.");