aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-03-12 16:01:48 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-03-12 16:01:48 +0700
commit56ffd09c8018d8a1f740cd020d970393cc2abfda (patch)
treef2647d3b9eb8800a13bc05772206c3bbe3188573 /src
parent9cf578387f6bc5b5f2259910fb86aba1b9e5329a (diff)
downloadChatting-56ffd09c8018d8a1f740cd020d970393cc2abfda.tar.gz
Chatting-56ffd09c8018d8a1f740cd020d970393cc2abfda.tar.bz2
Chatting-56ffd09c8018d8a1f740cd020d970393cc2abfda.zip
misc: remove stratus command alias
Diffstat (limited to 'src')
-rw-r--r--src/main/kotlin/cc/woverflow/chatting/Chatting.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/Chatting.kt b/src/main/kotlin/cc/woverflow/chatting/Chatting.kt
index fa24065..0fe85f9 100644
--- a/src/main/kotlin/cc/woverflow/chatting/Chatting.kt
+++ b/src/main/kotlin/cc/woverflow/chatting/Chatting.kt
@@ -73,7 +73,7 @@ object Chatting {
@Mod.EventHandler
fun onInitialization(event: FMLInitializationEvent) {
ChattingConfig.preload()
- command("chatting", aliases = arrayListOf("stratus")) {
+ command("chatting") {
main {
ChattingConfig.openScreen()
}