From 8069ab2443012e61f32d59c91ef633a8c30049a3 Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Thu, 16 May 2019 18:57:15 -0500 Subject: [PATCH] Make: protection_style a enum --- settingtypes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settingtypes.txt b/settingtypes.txt index 9e67057..e5ee22c 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -49,7 +49,7 @@ factions.spawn_teleport (Enable spawn teleport) bool false factions.faction_user_priv (Enable faction user priv) bool false [StringSettings] -# Set the way that the parcel protection works (2d,3d). +# 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. -factions.protection_style (Protection style) string 2d \ No newline at end of file +factions.protection_style (Protection style) enum 2d 3d,2d \ No newline at end of file