into database

Conflicts:
	src/main/java/us/tastybento/bskyblock/database/objects/Island.java
This commit is contained in:
tastybento 2017-05-24 23:11:14 -07:00
commit ee80f616ff

View File

@ -95,6 +95,9 @@ public class Island extends DataObject {
// Can open doors or trapdoors
DOOR,
// Can dye sheeps
DYEING,
// Can use Elytras
ELYTRA,
@ -798,5 +801,4 @@ public class Island extends DataObject {
this.uniqueId = uniqueId;
}
}