We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b5f2e commit b3ea498Copy full SHA for b3ea498
src/main/kotlin/cc/woverflow/chatting/Chatting.kt
@@ -97,8 +97,8 @@ object Chatting {
97
fun onForgeLoad(event: FMLLoadCompleteEvent) {
98
if (ChattingConfig.informForAlternatives) {
99
if (isHychat) {
100
- sendBrandedNotification(NAME, "Hychat can be removed at it is replaced by Chatting. Click here for more information.", action = {
101
- UDesktop.browseURL("https://github.com/MicrocontrollersDev/Alternatives/blob/main/Hychat.md")
+ sendBrandedNotification(NAME, "Hychat can be removed as it is replaced by Chatting. Click here for more information.", action = {
+ UDesktop.browseURL("https://microcontrollersdev.github.io/Alternatives/1.8.9/hychat")
102
})
103
}
104
if (isSkytils) {
0 commit comments