Browse Source

Fixed reload to fire off hMod's reload too.

nossr50 14 years ago
parent
commit
21e5213c00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vminecraftCommands.java

+ 1 - 1
vminecraftCommands.java

@@ -208,7 +208,7 @@ public class vminecraftCommands{
 	public static int reload(Player player, String[] args)
 	{
 		vminecraftSettings.getInstance().loadSettings();
-		return EXIT_SUCCESS;
+		return EXIT_FAIL;
 	}
 
 	//=====================================================================