Fix typos in config file generation for max-tick-time setting.

This commit is contained in:
sumomoneko 2018-07-24 15:13:47 +09:00
parent 92f577e788
commit ab5fe2d076

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"