From 785255d3898a0e01e56a2f485c10168a5dfe8fd9 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Thu, 2 Mar 2017 20:15:01 +1100 Subject: [PATCH] fix last commit --- MCGalaxy/Commands/Information/CmdHelp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCGalaxy/Commands/Information/CmdHelp.cs b/MCGalaxy/Commands/Information/CmdHelp.cs index 656caa1a6..c449db8c5 100644 --- a/MCGalaxy/Commands/Information/CmdHelp.cs +++ b/MCGalaxy/Commands/Information/CmdHelp.cs @@ -30,7 +30,7 @@ namespace MCGalaxy.Commands { } public CmdHelp() { } - public override void Use(Player p, string message) { System.Runtime.Serialization.Formatters.Binary.BinaryFormatter f; + public override void Use(Player p, string message) { switch (message.ToLower()) { case "": Player.Message(p, "%HCommand Categories:");