Skip to content

Commit

Permalink
Fix MixinPlugin caused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrix-Shen committed Dec 27, 2022
1 parent 8fbc9f4 commit ff2e8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/bilibili-danmaku.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "top.hendrixshen.bilibilidanmaku.mixin",
"plugin": "top.hendrixshen.bilibilidanmaku.TweakMyClientMixinPlugin",
"plugin": "top.hendrixshen.bilibilidanmaku.BilibiliDanmakuMixinPlugin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"event.MixinClientPacketListener",
Expand Down

0 comments on commit ff2e8ca

Please sign in to comment.