diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/tag.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tag.h b/include/tag.h index 980c0437ff..6b037b9a32 100644 --- a/include/tag.h +++ b/include/tag.h @@ -40,7 +40,8 @@ enum class tag_type : int8_t String = 8, List = 9, Compound = 10, - Int_Array = 11 + Int_Array = 11, + Null = -1 }; ///Base class for all NBT tag classes |
