Эх сурвалжийг харах

【优化】GameServer启动bat增加参数

johnclot69 1 жил өмнө
parent
commit
5328b4fc6d

+ 1 - 1
GameServer/启动游戏服-Release配置.bat

@@ -1,5 +1,5 @@
 @echo off
 
 cd DebugBin
-App.exe --AppType=Server --StartConfig=StartConfig/Release
+App.exe --AppType=Server --StartConfig=StartConfig/Release --InitAccessToken=1
 @pause