Fix: /gpreload now actually works.

Look at that typo!  It accidentally matched an inherited method!  Ha.
:)
This commit is contained in:
ryanhamshire 2014-11-17 19:50:15 -08:00
parent 75ea8ff989
commit ae1901ea25

View File

@ -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.");