More cleanup
This commit is contained in:
parent
31676d39c5
commit
a56131344b
|
@ -35,8 +35,7 @@ class ServerChatHelper {
|
|||
return
|
||||
}
|
||||
}
|
||||
if (message.isNotEmpty())
|
||||
FMLCommonHandler.instance().minecraftServerInstance.playerList.sendMessage(TextComponentString(message))
|
||||
FMLCommonHandler.instance().minecraftServerInstance.playerList.sendMessage(TextComponentString(message))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue