1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Update stop command for Project Zomboid

Using ^C forces the server closes and doesn't let it save; quit saves then closes it gracefully
This commit is contained in:
Toasty 2022-01-01 12:58:12 -06:00
parent 73551cffcc
commit 5e66ccde54

View File

@ -18,7 +18,7 @@
"files": "{}",
"startup": "{\r\n \"done\": \"SERVER STARTED\"\r\n}",
"logs": "{}",
"stop": "^C"
"stop": "quit"
},
"scripts": {
"installation": {