mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-12-27 03:17:46 +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);
|
this.serializeMessage = chatSerialClass.getMethod("a", String.class);
|
||||||
}
|
}
|
||||||
else{
|
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);
|
this.serializeMessage = chatBaseComponent.getMethod("a", String.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user