summaryrefslogtreecommitdiffstats
path: root/converter/cNBTData.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/cNBTData.h')
-rw-r--r--converter/cNBTData.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/cNBTData.h b/converter/cNBTData.h
index 46a020d0a..66ec31b03 100644
--- a/converter/cNBTData.h
+++ b/converter/cNBTData.h
@@ -23,8 +23,8 @@ public:
TAG_Byte,
TAG_Short,
TAG_Int,
- TAG_String = 8,
- TAG_ByteArray,
+ TAG_ByteArray = 7,
+ TAG_String,
TAG_List,
TAG_Compound,
TAG_NumTags // Not a real tag, but contains number of tags