From 21e5213c000ee984571d4e60787606d27b7f4364 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Tue, 30 Nov 2010 00:31:04 -0800 Subject: [PATCH] Fixed reload to fire off hMod's reload too. --- vminecraftCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vminecraftCommands.java b/vminecraftCommands.java index 3b8aba357..6d424f22b 100644 --- a/vminecraftCommands.java +++ b/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; } //=====================================================================