From 90e2d1b06987dc8bf77a670091f6e08e1ef98176 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 29 Feb 2024 13:50:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=97=A5=E5=BF=97=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index 2f2015f..a9e2573 100644 --- a/Program.cs +++ b/Program.cs @@ -10,6 +10,7 @@ namespace BattleServer { Console.WriteLine("外部参数:{0}", args[0]); HotUpdateScripts.FightRunnerMgr.Instance.Init("./GameConfig/"); + HotUpdateScripts.FightDebug.OpenLog = true; Console.WriteLine($"当前战斗服版本号:{HotUpdateScripts.FightVersions.CurrentVersion}, 构建时间:{HotUpdateScripts.FightVersions.BuildTime}"); Service service = new Service(args[0]); Console.WriteLine("BattleServer Start!");