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/files/ops.json | 2 +- minecraft/templates/server.properties.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'minecraft') diff --git a/minecraft/files/ops.json b/minecraft/files/ops.json index 4bf391e..8ef1e5f 100644 --- a/minecraft/files/ops.json +++ b/minecraft/files/ops.json @@ -5,4 +5,4 @@ "level": 4, "bypassesPlayerLimit": true } -] +] \ No newline at end of file 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