Fixed an error in a conf file setting name.

This commit is contained in:
Marcus Whybrow 2012-05-31 09:06:43 +01:00
parent dd7d75f898
commit 234d2cb991

View File

@ -90,7 +90,7 @@ DEFAULT_LOG="server.log"
DEFAULT_PROPERTIES="server.properties" DEFAULT_PROPERTIES="server.properties"
DEFAULT_WHITELIST="white-list.txt" DEFAULT_WHITELIST="white-list.txt"
DEFAULT_BANNED_PLAYERS="banned-players.txt" DEFAULT_BANNED_PLAYERS="banned-players.txt"
DEFAULT_BANNDER_IPS="banned-ips.txt" DEFAULT_BANNED_IPS="banned-ips.txt"
DEFAULT_OPS="ops.txt" DEFAULT_OPS="ops.txt"
# The location of the jar file to execute, relative to the server directory # The location of the jar file to execute, relative to the server directory