瀏覽代碼

Fixed reload to fire off hMod's reload too.

nossr50 15 年之前
父節點
當前提交
21e5213c00
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 	}
 
 	//=====================================================================