mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-12-26 10:58:03 +01:00
Test2
This commit is contained in:
parent
fc4e94bcd3
commit
9861869ad8
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user