上传日志代码
This commit is contained in:
parent
0e243c71ed
commit
90e2d1b069
@ -10,6 +10,7 @@ namespace BattleServer
|
|||||||
{
|
{
|
||||||
Console.WriteLine("外部参数:{0}", args[0]);
|
Console.WriteLine("外部参数:{0}", args[0]);
|
||||||
HotUpdateScripts.FightRunnerMgr.Instance.Init("./GameConfig/");
|
HotUpdateScripts.FightRunnerMgr.Instance.Init("./GameConfig/");
|
||||||
|
HotUpdateScripts.FightDebug.OpenLog = true;
|
||||||
Console.WriteLine($"当前战斗服版本号:{HotUpdateScripts.FightVersions.CurrentVersion}, 构建时间:{HotUpdateScripts.FightVersions.BuildTime}");
|
Console.WriteLine($"当前战斗服版本号:{HotUpdateScripts.FightVersions.CurrentVersion}, 构建时间:{HotUpdateScripts.FightVersions.BuildTime}");
|
||||||
Service service = new Service(args[0]);
|
Service service = new Service(args[0]);
|
||||||
Console.WriteLine("BattleServer Start!");
|
Console.WriteLine("BattleServer Start!");
|
||||||
|
Loading…
Reference in New Issue
Block a user