This commit is contained in:
Alastair 2017-07-14 12:04:39 +01:00
parent fc4e94bcd3
commit 9861869ad8
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class CraftBukkit {
this.serializeMessage = chatSerialClass.getMethod("a", String.class);
}
else{
plugin.getLogger().info("Even older version detected, changing chat method");
plugin.getLogger().info("Even older version detected, changing chat method.");
this.serializeMessage = chatBaseComponent.getMethod("a", String.class);
}