mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 10:24:35 +01:00
add debug log for request
This commit is contained in:
@@ -8,6 +8,12 @@ namespace AscNet
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Logger.c.Log("Starting...");
|
||||
|
||||
#if DEBUG
|
||||
if (Common.Common.config.VerboseLevel < Common.VerboseLevel.Debug)
|
||||
Common.Common.config.VerboseLevel = Common.VerboseLevel.Debug;
|
||||
#endif
|
||||
|
||||
PacketFactory.LoadPacketHandlers();
|
||||
Task.Run(GameServer.Server.Instance.Start);
|
||||
SDKServer.SDKServer.Main(args);
|
||||
|
||||
Reference in New Issue
Block a user