mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-13 22:25:50 +01:00
No changes
This commit is contained in:
parent
52c6d388ac
commit
23c50673e4
@ -140,4 +140,4 @@ public class CK {
|
||||
//Party
|
||||
public static final String P_INVITER = "inviter";
|
||||
|
||||
}
|
||||
}
|
@ -27,4 +27,4 @@ public interface ColorUtil {
|
||||
static final ChatColor DARKRED = ChatColor.DARK_RED;
|
||||
static final ChatColor YELLOW = ChatColor.YELLOW;
|
||||
|
||||
}
|
||||
}
|
@ -257,4 +257,4 @@ public class ItemUtil implements ColorUtil {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -1251,4 +1251,4 @@ public class Lang {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -145,4 +145,4 @@ public class MiscUtil {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -287,4 +287,4 @@ public class QuestMob {
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
@ -15,5 +15,4 @@ public class ReflectionUtil {
|
||||
field.setAccessible(true);
|
||||
return field.get(instance);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user