From d943d3a286211cf0cebd22992d52fc399c480986 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 22 May 2023 18:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=BB=84=E4=B8=BB=E5=88=86?= =?UTF-8?q?=E6=94=AF=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index ad7578e..307a8b4 100644 --- a/Program.cs +++ b/Program.cs @@ -10,8 +10,7 @@ namespace BattleServer { Console.WriteLine("外部参数:{0}", args[0]); HotUpdateScripts.FightRunnerMgr.Instance.Init("./GameConfig/"); - cfg.Game.HeroData data = HotUpdateScripts.FightBase.GC.Hero.Get("25001"); - HotUpdateScripts.FightDebug.Log("测试读取配置 name:" + data.Name); + Console.WriteLine($"当前战斗服版本号:{HotUpdateScripts.Versions.CurrentVersion}, 构建时间:{HotUpdateScripts.Versions.BuildTime}"); Service service = new Service(args[0]); Console.WriteLine("BattleServer Start!"); Thread.Sleep(Timeout.Infinite);