From caaa2a59e3915d2c06a39c9e9e35f7a39f8d61f1 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 16 May 2020 09:55:46 -0500 Subject: Removed newlines at end of minecraft config files to avoid generating changes after server removes them. --- minecraft/templates/server.properties.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minecraft/templates') diff --git a/minecraft/templates/server.properties.j2 b/minecraft/templates/server.properties.j2 index b2a8411..15e4b9a 100644 --- a/minecraft/templates/server.properties.j2 +++ b/minecraft/templates/server.properties.j2 @@ -41,4 +41,4 @@ resource-pack-sha1= spawn-protection=16 online-mode=true allow-flight=false -max-world-size=29999984 +max-world-size=29999984 \ No newline at end of file -- cgit v1.2.3