mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-24 05:37:46 +00:00
Merged in dude22072/ffxiv-classic-server-1/develop (pull request #47)
Fixed the "pretty borders" inconsistency. Approved-by: Tahir Akhlaq <xdemolish@hotmail.com>
This commit is contained in:
commit
d757ad39fc
2 changed files with 8 additions and 2 deletions
|
@ -20,7 +20,10 @@ namespace FFXIVClassic_Lobby_Server
|
|||
TextWriterTraceListener myWriter = new TextWriterTraceListener(System.Console.Out);
|
||||
Debug.Listeners.Add(myWriter);
|
||||
#endif
|
||||
Program.Log.Info("--------FFXIV 1.0 Lobby Server--------");
|
||||
Log.Info("==================================");
|
||||
Log.Info("FFXIV Classic Lobby Server");
|
||||
Log.Info("Version: 0.0.1");
|
||||
Log.Info("==================================");
|
||||
|
||||
bool startServer = true;
|
||||
|
||||
|
|
|
@ -27,7 +27,10 @@ namespace FFXIVClassic_Map_Server
|
|||
#endif
|
||||
bool startServer = true;
|
||||
|
||||
Program.Log.Info("---------FFXIV 1.0 Map Server---------");
|
||||
Log.Info("==================================");
|
||||
Log.Info("FFXIV Classic Map Server");
|
||||
Log.Info("Version: 0.0.1");
|
||||
Log.Info("==================================");
|
||||
|
||||
//Load Config
|
||||
ConfigConstants.Load();
|
||||
|
|
Loading…
Add table
Reference in a new issue