fix last commit

This commit is contained in:
UnknownShadow200 2017-03-02 20:15:01 +11:00
parent cd2a5e11f1
commit 785255d389

View File

@ -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:");