mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 05:24:34 +02:00
cleaned up logging, added log_level param to enable/disable types of logging
This commit is contained in:
parent
c23f9c7ca9
commit
c5516511b0
4 changed files with 60 additions and 29 deletions
|
@ -71,8 +71,6 @@ namespace FFXIVClassic_Lobby_Server
|
|||
{
|
||||
Server server = new Server();
|
||||
server.startServer();
|
||||
|
||||
while (true) Thread.Sleep(10000);
|
||||
}
|
||||
|
||||
Program.Log.Info("Press any key to continue...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue