summaryrefslogtreecommitdiff
path: root/src/com/redstoner/misc/CommandHolderType.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/redstoner/misc/CommandHolderType.java')
-rw-r--r--src/com/redstoner/misc/CommandHolderType.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/redstoner/misc/CommandHolderType.java b/src/com/redstoner/misc/CommandHolderType.java
index 19b9dda..7c4383e 100644
--- a/src/com/redstoner/misc/CommandHolderType.java
+++ b/src/com/redstoner/misc/CommandHolderType.java
@@ -8,6 +8,6 @@ public enum CommandHolderType
{
Stream,
File,
- @Deprecated String,
+ String,
None
}