Fixed Typo

Fixed Typo in the Long Description of the Goto Command
This commit is contained in:
ByteZ1337 2020-04-13 20:39:56 +02:00
parent 580ba60762
commit ff3234fcdd

View File

@ -72,7 +72,7 @@ public class GotoCommand extends Command {
@Override @Override
public List<String> getLongDesc() { public List<String> getLongDesc() {
return Arrays.asList( return Arrays.asList(
"The got command tells Baritone to head towards a given goal or block.", "The goto command tells Baritone to head towards a given goal or block.",
"", "",
"Wherever a coordinate is expected, you can use ~ just like in regular Minecraft commands. Or, you can just use regular numbers.", "Wherever a coordinate is expected, you can use ~ just like in regular Minecraft commands. Or, you can just use regular numbers.",
"", "",