Skip to content

Commit e9cd28d

Browse files
committed
[修改]1. 修改配置加载的无效代码
1 parent 4a8eb1d commit e9cd28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GameFrameX.Hotfix/StartUp/AppStartUpHotfixGameByMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public async void RunServer(bool reload = false)
5959
ActorManager.ClearAgent();
6060
return;
6161
}
62-
ConfigComponent.Instance.GetConfig<TbItem>().All;
62+
6363
await StartAsync();
6464
}
6565

0 commit comments

Comments
 (0)