Added 3 chars

This commit is contained in:
Norbi Peti 2017-08-17 17:49:15 +02:00
parent 51c3e1dec6
commit 16acba643f
2 changed files with 2 additions and 2 deletions

View file

@ -188,7 +188,7 @@
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId> <artifactId>spigot</artifactId>
<version>1.12-R0.1-SNAPSHOT</version> <version>1.12.1-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View file

@ -6,7 +6,7 @@ public final class LennyCommand extends AppendTextCommandBase {
public String[] GetHelpText(String alias) { public String[] GetHelpText(String alias) {
return new String[] { "§6---- Lenny ----", // return new String[] { "§6---- Lenny ----", //
"This command appends a Lenny face after your message", // "This command appends a Lenny face after your message", //
"Or just sends ne", // "Or just sends one", //
"Use either /" + alias + " <message> or just /" + alias }; // "Use either /" + alias + " <message> or just /" + alias }; //
} }