Browse Source

提交外网游戏服运行脚本

johnclot69 11 months ago
parent
commit
27128e603a
1 changed files with 1 additions and 1 deletions
  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