fix 1.7.10 receive and send messaes to chat

This commit is contained in:
NikkyAI 2018-02-19 18:49:11 +01:00
parent 0f3ebeb67d
commit 894b6d78bd
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ class MatterLink : IMatterLink() {
//FORGE-DEPENDENT
override fun wrappedSendToPlayers(msg: String) {
MinecraftServer.getServer().addChatMessage(ChatComponentText(msg));
MinecraftServer.getServer().configurationManager.sendChatMsg(ChatComponentText(msg))
}
override fun log(level: String, formatString: String, vararg data: Any) =

View File

@ -1,3 +1,3 @@
mod_name = MatterLink
mod_version = 1.4.4
mod_version = 1.4.5
forgelin_version = 1.6.0