mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 22:44:36 +02:00
Fixed logs on map.
This commit is contained in:
parent
fbf6810c5c
commit
8eaa920751
3 changed files with 85 additions and 89 deletions
|
@ -23,7 +23,7 @@ namespace FFXIVClassic_Map_Server
|
|||
|
||||
if (!File.Exists("./map_config.ini"))
|
||||
{
|
||||
Program.Log.Error("[FILE NOT FOUND]");
|
||||
Program.Log.Error("FILE NOT FOUND");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -39,9 +39,7 @@ namespace FFXIVClassic_Map_Server
|
|||
ConfigConstants.DATABASE_NAME = configIni.GetValue("Database", "database", "");
|
||||
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