File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
src/main/kotlin/org/polyfrost/chatting Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import net.minecraft.client.renderer.OpenGlHelper
17
17
import net.minecraft.client.settings.KeyBinding
18
18
import net.minecraft.client.shader.Framebuffer
19
19
import net.minecraft.util.MathHelper
20
- import net.minecraftforge.client.event.RenderGameOverlayEvent
21
20
import net.minecraftforge.common.MinecraftForge.EVENT_BUS
22
21
import net.minecraftforge.fml.client.registry.ClientRegistry
23
22
import net.minecraftforge.fml.common.Loader
@@ -78,22 +77,12 @@ object Chatting {
78
77
ChattingConfig
79
78
CommandManager .INSTANCE .registerCommand(ChattingCommand ())
80
79
ClientRegistry .registerKeyBinding(keybind)
81
- EventManager .INSTANCE .register(this )
82
80
EVENT_BUS .register(this )
83
81
EVENT_BUS .register(ChatSpamBlock )
84
82
ChatTabs .initialize()
85
83
ChatShortcuts .initialize()
86
84
}
87
85
88
- @Subscribe
89
- fun onInit (e : InitializationEvent ) {
90
- runAsync {
91
- while (true ) {
92
- println (" HI" )
93
- }
94
- }
95
- }
96
-
97
86
@Mod.EventHandler
98
87
fun onPostInitialization (event : FMLPostInitializationEvent ) {
99
88
isPatcher = Loader .isModLoaded(" patcher" )
You can’t perform that action at this time.
0 commit comments