Fix: /gpreload now actually works.
Look at that typo! It accidentally matched an inherited method! Ha. :)
This commit is contained in:
parent
75ea8ff989
commit
ae1901ea25
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user