mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 22:44:36 +02:00
Fixed logs on lobby.
This commit is contained in:
parent
9b3712044d
commit
fbf6810c5c
5 changed files with 66 additions and 69 deletions
|
@ -18,11 +18,11 @@ namespace FFXIVClassic_Lobby_Server
|
|||
|
||||
public static bool Load()
|
||||
{
|
||||
Program.Log.Info("Loading lobby_config.ini file... ");
|
||||
Program.Log.Info("Loading lobby_config.ini file");
|
||||
|
||||
if (!File.Exists("./lobby_config.ini"))
|
||||
{
|
||||
Program.Log.Error("[FILE NOT FOUND]");
|
||||
Program.Log.Error("FILE NOT FOUND!");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -38,8 +38,6 @@ namespace FFXIVClassic_Lobby_Server
|
|||
ConfigConstants.DATABASE_USERNAME = configIni.GetValue("Database", "username", "");
|
||||
ConfigConstants.DATABASE_PASSWORD = configIni.GetValue("Database", "password", "");
|
||||
|
||||
Program.Log.Info("[OK]");
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue