mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-18 09:43:00 +01:00
FlatFileDataProcessor will handle fixing and repairing the data
This commit is contained in:
@@ -4,10 +4,9 @@ public enum FlatFileDataFlag {
|
||||
INCOMPLETE,
|
||||
BAD_VALUES,
|
||||
MISSING_NAME,
|
||||
DUPLICATE_NAME_FIXABLE,
|
||||
DUPLICATE_NAME_NOT_FIXABLE,
|
||||
DUPLICATE_NAME,
|
||||
DUPLICATE_UUID,
|
||||
MISSING_OR_NULL_UUID,
|
||||
BAD_UUID_DATA, //Can be because it is missing, null, or just not compatible data
|
||||
TOO_INCOMPLETE,
|
||||
JUNK,
|
||||
EMPTY_LINE,
|
||||
|
||||
Reference in New Issue
Block a user