mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
fix last commit
This commit is contained in:
parent
cd2a5e11f1
commit
785255d389
@ -30,7 +30,7 @@ namespace MCGalaxy.Commands {
|
|||||||
}
|
}
|
||||||
public CmdHelp() { }
|
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()) {
|
switch (message.ToLower()) {
|
||||||
case "":
|
case "":
|
||||||
Player.Message(p, "%HCommand Categories:");
|
Player.Message(p, "%HCommand Categories:");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user