mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-28 03:57:37 +01:00
Correct spelling in load order
This commit is contained in:
parent
a9620187e7
commit
d3aea3ee3b
@ -127,7 +127,7 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener
|
|||||||
public void onEnable() {
|
public void onEnable() {
|
||||||
/****** WARNING: ORDER OF STEPS MATTERS ******/
|
/****** WARNING: ORDER OF STEPS MATTERS ******/
|
||||||
|
|
||||||
// 1 - Intialize variables
|
// 1 - Initialize variables
|
||||||
bukkitVersion = Bukkit.getServer().getBukkitVersion().split("-")[0];
|
bukkitVersion = Bukkit.getServer().getBukkitVersion().split("-")[0];
|
||||||
settings = new Settings(this);
|
settings = new Settings(this);
|
||||||
localeQuery = new LocaleQuery(this);
|
localeQuery = new LocaleQuery(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user