Browse Source

Merge branch 'master' of github.com:nossr50/vminecraft-plugin

cerevisiae 15 years ago
parent
commit
35e4550f81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vminecraftCommands.java

+ 1 - 1
vminecraftCommands.java

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