Explorar el Código

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

johnclot69 hace 1 año
padre
commit
5328b4fc6d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      GameServer/启动游戏服-Release配置.bat

+ 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