在启动StartServer.bat文件中添加
curl.exe --insecure -o nul https://api.epicgames.dev
到下面样式中
@echo off
curl.exe --insecure -o nul https://api.epicgames.dev
xcopy ServerSettings.ini "%cd%\LF\Saved\Config\" /y
LFServer.exe ?listen -log -Port=7777 -QueryPort=27015 -CRASHREPORTS
exit
没有回复内容