1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 17:53:00 +01:00

More tests

This commit is contained in:
nossr50
2021-04-12 13:18:41 -07:00
parent 85f3221a60
commit 9f22cef175
7 changed files with 87 additions and 34 deletions

View File

@@ -6,8 +6,7 @@ public enum FlatFileDataFlag {
MISSING_NAME,
DUPLICATE_NAME,
DUPLICATE_UUID,
BAD_UUID_DATA, //Can be because it is missing, null, or just not compatible data
BAD_UUID_DATA, //Can be because it is missing, null, or corrupted or some other reason
TOO_INCOMPLETE,
JUNK,
EMPTY_LINE,
CORRUPTED_OR_UNRECOGNIZABLE,
}