From c65991504f2865ca9c1916fe394c844f429ac02b Mon Sep 17 00:00:00 2001 From: TheComputerGeek2 Date: Sun, 20 May 2018 12:42:45 -0700 Subject: [PATCH] Correct editor type for denyCommandsPermanentFactionMember --- src/com/massivecraft/factions/entity/MConf.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/com/massivecraft/factions/entity/MConf.java b/src/com/massivecraft/factions/entity/MConf.java index 91fe20aa7..beabaf374 100644 --- a/src/com/massivecraft/factions/entity/MConf.java +++ b/src/com/massivecraft/factions/entity/MConf.java @@ -11,6 +11,7 @@ import com.massivecraft.massivecore.command.editor.annotation.EditorType; import com.massivecraft.massivecore.command.editor.annotation.EditorTypeInner; import com.massivecraft.massivecore.command.type.TypeMillisDiff; +import com.massivecraft.massivecore.command.type.TypeStringCommand; import com.massivecraft.massivecore.store.Entity; import com.massivecraft.massivecore.util.MUtil; import com.massivecraft.massivecore.util.TimeUnit; @@ -335,6 +336,7 @@ public MConf load(MConf that) // A list of commands to block for members of permanent factions. // I don't really understand the user case for this option. + @EditorTypeInner(TypeStringCommand.class) public List denyCommandsPermanentFactionMember = new ArrayList<>(); // Lists of commands to deny depending on your relation to the current faction territory.