Added property mapping for simulation-distance

#1065
This commit is contained in:
Geoff Bourne
2021-09-30 16:54:44 -05:00
parent 3482944ac8
commit 65f2562d52
2 changed files with 2 additions and 0 deletions

View File

@@ -1057,6 +1057,7 @@ If you must, the server port can be set like:
| USE_NATIVE_TRANSPORT | use-native-transport |
| ENFORCE_WHITELIST | enforce-whitelist |
| ENABLE_WHITELIST | white-list and whitelist |
| SIMULATION_DISTANCE | simulation-distance |
## Miscellaneous Options

View File

@@ -100,6 +100,7 @@ function customizeServerProps {
setServerProp "prevent-proxy-connections" "$PREVENT_PROXY_CONNECTIONS"
setServerProp "use-native-transport" "$USE_NATIVE_TRANSPORT"
setServerProp "enforce-whitelist" "$ENFORCE_WHITELIST"
setServerProp "simulation-distance" "$SIMULATION_DISTANCE"
if [ -n "$DIFFICULTY" ]; then
case $DIFFICULTY in