Skip to content

Commit d2ebfd3

Browse files
fix: missing comma in mixins.skytils-events.json
1 parent 8ebbf07 commit d2ebfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/src/main/resources/mixins.skytils-events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"gui.MixinChatScreen",
1111
"render.MixinWorldRenderer",
1212
"network.MixinMessageHandler",
13-
"world.MixinClientChunkManager"
13+
"world.MixinClientChunkManager",
1414
//#endif
1515
"MixinMinecraft",
1616
"entity.MixinBossStatus",

0 commit comments

Comments
 (0)