mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-13 21:27:44 +08: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:
parent
73551cffcc
commit
5e66ccde54
@ -18,7 +18,7 @@
|
||||
"files": "{}",
|
||||
"startup": "{\r\n \"done\": \"SERVER STARTED\"\r\n}",
|
||||
"logs": "{}",
|
||||
"stop": "^C"
|
||||
"stop": "quit"
|
||||
},
|
||||
"scripts": {
|
||||
"installation": {
|
||||
|
Loading…
Reference in New Issue
Block a user