From eed351c654d4a81b0b396f5aa36abe9b491c57a6 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Mon, 1 May 2017 23:01:06 +1000 Subject: [PATCH] fix --- MCGalaxy/Commands/CPE/CustomBlockCommand.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MCGalaxy/Commands/CPE/CustomBlockCommand.cs b/MCGalaxy/Commands/CPE/CustomBlockCommand.cs index 39faedbe8..1b786e569 100644 --- a/MCGalaxy/Commands/CPE/CustomBlockCommand.cs +++ b/MCGalaxy/Commands/CPE/CustomBlockCommand.cs @@ -645,8 +645,9 @@ namespace MCGalaxy.Commands.CPE { new string[] { "Enter the three maximum coordinates of the cube in units (separated by spaces). 1 block = 16 units.", "Maximum coordinates for a normal block are &416 &216 &116." }, - new string[] { "Type '0' if the block is walk-through.", "Type '1' if the block is swim-through.", - "Type '2' if the block is solid.", + new string[] { "Type a number between '0' and '2' for collision type of this block..", + "0 - block is walk-through (e.g. air).", "1 - block is swim-through (e.g. water).", + "2 - block is solid (e.g. dirt).", }, new string[] { "Type a number between '0.25' (25% speed) and '3.96' (396% speed).", "This speed is used when inside or walking on the block. Default speed is 1",