mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
fix last commit
This commit is contained in:
parent
cd2a5e11f1
commit
785255d389
@ -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:");
|
||||
|
Loading…
x
Reference in New Issue
Block a user