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": "{}", "files": "{}",
"startup": "{\r\n \"done\": \"SERVER STARTED\"\r\n}", "startup": "{\r\n \"done\": \"SERVER STARTED\"\r\n}",
"logs": "{}", "logs": "{}",
"stop": "^C" "stop": "quit"
}, },
"scripts": { "scripts": {
"installation": { "installation": {