Use shutdown and not doexit

This commit is contained in:
Quinten 2024-01-30 16:34:56 +01:00 committed by GitHub
parent 72f8db2ad1
commit 30bcc0aa08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-01-30T16:25:23+01:00",
"exported_at": "2024-01-30T16:34:07+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!",
@ -22,7 +22,7 @@
"files": "{}",
"startup": "{\r\n \"done\": \"Setting breakpad minidump AppID = 2394010\"\r\n}",
"logs": "{}",
"stop": "doexit"
"stop": "shutdown 15"
},
"scripts": {
"installation": {
@ -133,4 +133,4 @@
"field_type": "text"
}
]
}
}