aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cc/woverflow/chatting/Chatting.kt
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2023-01-20 10:39:21 -0500
committerWyvest <45589059+Wyvest@users.noreply.github.com>2023-01-20 10:39:21 -0500
commitbef30e98cf9f3697ac6fefbd82f4cb160edaad46 (patch)
tree06cb2f11f0feb4f5d729a29812cdbde391d5c72a /src/main/kotlin/cc/woverflow/chatting/Chatting.kt
parent5822703b7d770ec67a4c4ca00192006b8f0cb9b9 (diff)
downloadChatting-bef30e98cf9f3697ac6fefbd82f4cb160edaad46.tar.gz
Chatting-bef30e98cf9f3697ac6fefbd82f4cb160edaad46.tar.bz2
Chatting-bef30e98cf9f3697ac6fefbd82f4cb160edaad46.zip
betterchat compat
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chatting/Chatting.kt')
-rw-r--r--src/main/kotlin/cc/woverflow/chatting/Chatting.kt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/Chatting.kt b/src/main/kotlin/cc/woverflow/chatting/Chatting.kt
index 85204d8..2faa234 100644
--- a/src/main/kotlin/cc/woverflow/chatting/Chatting.kt
+++ b/src/main/kotlin/cc/woverflow/chatting/Chatting.kt
@@ -113,6 +113,13 @@ object Chatting {
}
}
}
+ if (isBetterChat) {
+ Notifications.INSTANCE.send(
+ NAME,
+ "BetterChat can be removed as it is replaced by Chatting. Click here to open your mods folder to delete the BetterChat file.", Runnable {
+ UDesktop.open(File("./mods"))
+ })
+ }
}
}