fix -publicip / -publicport missing "="

Co-Authored-By: Quinten  <67589015+QuintenQVD0@users.noreply.github.com>
This commit is contained in:
Alexander Ballauf 2024-01-20 14:17:55 +01:00
parent cec5f12d7e
commit 828dd7243c

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-01-20T11:18:56+01:00",
"exported_at": "2024-01-20T14:16:27+01:00",
"name": "Palworld",
"author": "admin@ballaual.de",
"description": "Fight, farm, build and work alongside mysterious creatures called \"Pals\" in this completely new multiplayer, open world survival and crafting game!",
@ -17,7 +17,7 @@
"file_denylist": [
"PalServer.sh"
],
"startup": "\/home\/container\/Pal\/Binaries\/Linux\/PalServer-Linux-Test Pal -port={{SERVER_PORT}} -players={{MAX_PLAYERS}} -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -publicip {{SERVER_IP}} -publicport {{SERVER_PORT}} EpicApp=PalServer -servername=\"{{SRV_NAME}}\" -serverpassword=\"{{SRV_PASSWORD}}\" -adminpassword=\"{{ADMIN_PASSWORD}}\"",
"startup": "\/home\/container\/Pal\/Binaries\/Linux\/PalServer-Linux-Test Pal -port={{SERVER_PORT}} -players={{MAX_PLAYERS}} -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -publicip={{SERVER_IP}} -publicport={{SERVER_PORT}} EpicApp=PalServer -servername=\"{{SRV_NAME}}\" -serverpassword=\"{{SRV_PASSWORD}}\" -adminpassword=\"{{ADMIN_PASSWORD}}\"",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Setting breakpad minidump AppID = 2394010\"\r\n}",