diff options
| author | Luke Hoersten <[email protected]> | 2020-05-16 09:55:46 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-05-16 09:55:46 -0500 |
| commit | caaa2a59e3915d2c06a39c9e9e35f7a39f8d61f1 (patch) | |
| tree | 57db2472ee46c511d10890594a16976130f1b49f /minecraft/templates | |
| parent | a5affabbc99105565661c7a9535e26db0bc22cf9 (diff) | |
Removed newlines at end of minecraft config files to avoid generating changes after server removes them.
Diffstat (limited to 'minecraft/templates')
| -rw-r--r-- | minecraft/templates/server.properties.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
