aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cc/woverflow/chatting/Chatting.kt
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-08-16 23:12:42 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-08-16 23:12:42 +0700
commitb5b7b01f883cd9c6ce84edd223bd3dcdce6a874a (patch)
tree5ca4b6cab3a736734a8d961e0d64ffcaedc9bb1f /src/main/kotlin/cc/woverflow/chatting/Chatting.kt
parent794dcf0a1312b58cf1247c0907414fd1eb88e06d (diff)
downloadChatting-b5b7b01f883cd9c6ce84edd223bd3dcdce6a874a.tar.gz
Chatting-b5b7b01f883cd9c6ce84edd223bd3dcdce6a874a.tar.bz2
Chatting-b5b7b01f883cd9c6ce84edd223bd3dcdce6a874a.zip
fix: fix config
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chatting/Chatting.kt')
-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 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)