some indent and a version bump
This commit is contained in:
parent
01fd133352
commit
0a15dae2a4
@ -1,5 +1,5 @@
|
|||||||
name: mcore5
|
name: mcore5
|
||||||
version: 1.1.1
|
version: 1.1.2
|
||||||
main: com.massivecraft.mcore5.MCore
|
main: com.massivecraft.mcore5.MCore
|
||||||
load: startup
|
load: startup
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -2,14 +2,14 @@ package com.massivecraft.mcore5.store;
|
|||||||
|
|
||||||
public enum ModificationState
|
public enum ModificationState
|
||||||
{
|
{
|
||||||
LOCAL_ALTER (true, true),
|
LOCAL_ALTER (true, true),
|
||||||
LOCAL_ATTACH (true, true),
|
LOCAL_ATTACH (true, true),
|
||||||
LOCAL_DETACH (true, true),
|
LOCAL_DETACH (true, true),
|
||||||
REMOTE_ALTER (true, false),
|
REMOTE_ALTER (true, false),
|
||||||
REMOTE_ATTACH (true, false),
|
REMOTE_ATTACH (true, false),
|
||||||
REMOTE_DETACH (true, false),
|
REMOTE_DETACH (true, false),
|
||||||
NONE (false, false),
|
NONE (false, false),
|
||||||
UNKNOWN (false, false),
|
UNKNOWN (false, false),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final boolean modified;
|
private final boolean modified;
|
||||||
|
Loading…
Reference in New Issue
Block a user