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>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.12-R0.1-SNAPSHOT</version>
<version>1.12.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>

View file

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