mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 05:24:34 +02:00
Fixed the "pretty borders" inconsistency.
This commit is contained in:
parent
caf254fd95
commit
5a5c0a3a5f
2 changed files with 8 additions and 2 deletions
|
@ -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
Add a link
Reference in a new issue