mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Fixed reload to fire off hMod's reload too.
This commit is contained in:
parent
affbc28f32
commit
21e5213c00
@ -208,7 +208,7 @@ public class vminecraftCommands{
|
|||||||
public static int reload(Player player, String[] args)
|
public static int reload(Player player, String[] args)
|
||||||
{
|
{
|
||||||
vminecraftSettings.getInstance().loadSettings();
|
vminecraftSettings.getInstance().loadSettings();
|
||||||
return EXIT_SUCCESS;
|
return EXIT_FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
//=====================================================================
|
//=====================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user