mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-26 19:17:50 +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() {
|
||||
/****** 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);
|
||||
|
Loading…
Reference in New Issue
Block a user