From b972ad091159df763c41f22cfa5cf1f315c20ee0 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sun, 18 Mar 2018 12:13:14 +1100 Subject: [PATCH] mode to object in /help draw --- MCGalaxy/Commands/building/CmdDraw.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MCGalaxy/Commands/building/CmdDraw.cs b/MCGalaxy/Commands/building/CmdDraw.cs index c321ee972..7df11252a 100644 --- a/MCGalaxy/Commands/building/CmdDraw.cs +++ b/MCGalaxy/Commands/building/CmdDraw.cs @@ -112,8 +112,8 @@ namespace MCGalaxy.Commands.Building { } public override void Help(Player p) { - Player.Message(p, "%T/Draw [mode] [baseradius] [height] "); - Player.Message(p, "%T/Draw [mode] [radius] "); + Player.Message(p, "%T/Draw [object] [baseradius] [height] "); + Player.Message(p, "%T/Draw [object] [radius] "); Player.Message(p, "%HDraws an object at the specified point."); Player.Message(p, " %HObjects: &fcone/hcone/icone/hicone"); Player.Message(p, " &fpyramid/hpyramid/ipyramid/hipyramid/volcano");