瀏覽代碼

提交外网游戏服运行脚本

johnclot69 11 月之前
父節點
當前提交
27128e603a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 --InitAccessToken=1
+App.exe --AppType=Server --StartConfig=StartConfig/Release
 @pause