Correct spelling in load order

This commit is contained in:
PikaMug 2020-02-18 06:56:48 -05:00
parent a9620187e7
commit d3aea3ee3b

View File

@ -127,7 +127,7 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener
public void onEnable() {
/****** WARNING: ORDER OF STEPS MATTERS ******/
// 1 - Intialize variables
// 1 - Initialize variables
bukkitVersion = Bukkit.getServer().getBukkitVersion().split("-")[0];
settings = new Settings(this);
localeQuery = new LocaleQuery(this);