Update project-zomboid.md

This commit is contained in:
Greelan 2021-12-23 08:55:53 +11:00 committed by GitHub
parent 01558b0a5d
commit cab25b5424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,3 @@ https://pzwiki.net/wiki/Startup_parameters
## To do items
Figure out how to add launch var on Linux, ie how to set `LD_PRELOAD` as is done by `start-server.sh`:
```
JSIG="libjsig.so"
LD_PRELOAD="${LD_PRELOAD}:${JSIG}" ./ProjectZomboid64 "$@"
```
The other envvars are set fine.