From 56ffd09c8018d8a1f740cd020d970393cc2abfda Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Sat, 12 Mar 2022 16:01:48 +0700 Subject: misc: remove stratus command alias --- src/main/kotlin/cc/woverflow/chatting/Chatting.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() } -- cgit