diff --git a/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java b/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java index 6c683a4..f13d758 100644 --- a/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java +++ b/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java @@ -1954,7 +1954,7 @@ public class GriefPrevention extends JavaPlugin else if(cmd.getName().equalsIgnoreCase("gpreload")) { - this.reloadConfig(); + this.loadConfig(); if(player != null) { GriefPrevention.sendMessage(player, TextMode.Success, "Configuration updated. If you have updated your Grief Prevention JAR, you still need to /reload or reboot your server.");