From 047a0a2a2eb70b5e570512d2fb7a1401af8888a9 Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Wed, 17 Oct 2018 23:13:48 -0500 Subject: [PATCH] Fix protection style description. --- settingtypes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/settingtypes.txt b/settingtypes.txt index d214535..ecc4be8 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -45,5 +45,7 @@ faction_diplomacy (Enable faction diplomacy) bool false protection_depth_height_limit (Enable protection depth height limit) bool true [StringSettings] -# Set the way that the parcel protection works (2d,3d). 2d limits how far x and z can go but protection on the y goes up and down far. 3d limits all three axis. +# Set the way that the parcel protection works (2d,3d). +# 2d limits how far x and z can go but protection on the y goes up and down far. +# 3d limits all three axis. protection_style (Protection style) string 2d \ No newline at end of file