From b5b7b01f883cd9c6ce84edd223bd3dcdce6a874a Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Tue, 16 Aug 2022 23:12:42 +0700 Subject: fix: fix config --- 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 3aa6302..4ddcbdd 100644 --- a/src/main/kotlin/cc/woverflow/chatting/Chatting.kt +++ b/src/main/kotlin/cc/woverflow/chatting/Chatting.kt @@ -74,7 +74,7 @@ object Chatting { @Mod.EventHandler fun onInitialization(event: FMLInitializationEvent) { - ChattingConfig.initialize() + ChattingConfig CommandManager.INSTANCE.registerCommand(ChattingCommand.Companion::class.java) ClientRegistry.registerKeyBinding(keybind) EVENT_BUS.register(this) -- cgit