From ea3b06c54c639cb0a01e4afba7c768d5d8462a18 Mon Sep 17 00:00:00 2001 From: Jesse Nieminen Date: Sat, 30 Dec 2017 23:52:06 +0200 Subject: [PATCH] Fix typos Fixed typos in comments. --- Server/src/main/resources/config.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Server/src/main/resources/config.properties b/Server/src/main/resources/config.properties index 87bc1c8..bc55fcb 100644 --- a/Server/src/main/resources/config.properties +++ b/Server/src/main/resources/config.properties @@ -63,9 +63,9 @@ wg_centerPointCountMin=5 wg_centerPointCountMax=15 # Wall/Plain tile ratio for the WorldGenerator wg_wallPlainRatio=4 -# Minimum iron tiles count for the WorldGenerator -wg_minIronCount=0 # Minimum iron tile count for the WorldGenerator +wg_minIronCount=0 +# Maximum iron tile count for the WorldGenerator wg_maxIronCount=2 # Minimum copper tile count for the WorldGenerator wg_minCopperCount=0 @@ -75,4 +75,4 @@ wg_maxCopperCount=2 # ---------------------------------------------- # Maximum execution time of user code in ms -user_timeout=100 \ No newline at end of file +user_timeout=100