Merge pull request #235 from sumomoneko/max_tick_time

Fix typos in config file generation for max-tick-time setting.
This commit is contained in:
Geoff Bourne
2018-07-25 22:14:25 -05:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ if [ ! -e $SERVER_PROPERTIES ]; then
setServerProp "snooper-enabled" "$SNOOPER_ENABLED"
setServerProp "max-build-height" "$MAX_BUILD_HEIGHT"
setServerProp "force-gamemode" "$FORCE_GAMEMODE"
setServerProp "hardmax-tick-timecore" "$MAX_TICK_TIME"
setServerProp "max-tick-time" "$MAX_TICK_TIME"
setServerProp "enable-query" "$ENABLE_QUERY"
setServerProp "query.port" "$QUERY_PORT"
setServerProp "enable-rcon" "$ENABLE_RCON"