internal static void Infos()
 {
     Logger.Init2("Version: " + ConstantsRepertory.VERSION);
     Logger.NewLine();
     Logger.Init2("Dofus Version ) " + ConstantsRepertory.DOFUS_REQUIRED_VERSION);
     Logger.Init2("Clients connecteds on AuthServer: " + ServersManager.GetAuthConnectedCount());
     Logger.Init2("Clients connecteds on WorldServer: " + ServersManager.GetWorldConnectedCount());
     Logger.Init2("Total: " + ServersManager.GetConnectedCounts());
 }