Update project-zomboid.md

This commit is contained in:
Greelan 2021-12-22 21:14:43 +11:00 committed by GitHub
parent e48d04502d
commit a92b2d3996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,9 @@ https://pzwiki.net/wiki/Startup_parameters
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 "$@"`
```
JSIG="libjsig.so"
LD_PRELOAD="${LD_PRELOAD}:${JSIG}" ./ProjectZomboid64 "$@"
```
The other envvars are set fine.