We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69aea54 commit e719dd5Copy full SHA for e719dd5
GameFrameX.Launcher/StartUp/AppStartUpGame.cs
@@ -36,7 +36,7 @@ namespace GameFrameX.Launcher.StartUp;
36
/// <summary>
37
/// 游戏服务器
38
/// </summary>
39
-[StartUpTag(ServerType.Game)]
+[StartUpTag(GlobalConst.GameName)]
40
internal sealed class AppStartUpGame : AppStartUpBase
41
{
42
public override async Task StartAsync()
@@ -96,7 +96,7 @@ protected override void Init()
96
Setting = new AppSetting
97
98
ServerId = 9000,
99
- ServerType = ServerType.Game,
+ ServerType = GlobalConst.GameName,
100
InnerPort = 29100,
101
MetricsPort = 29090,
102
HttpPort = 28080,
0 commit comments