Skip to content

Commit

Permalink
差点就干坏事了
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoJie-150 committed Jul 13, 2024
1 parent e7e4e1c commit e698e97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ internal class Mythic5 : Mythic {
override fun registerMob(file: File, node: String): Boolean {
return if (!mmList.containsKey(node)) {
mmList[node] = io.lumine.mythic.core.mobs.MobType(
MobExecutor(MythicBukkit.inst()),
MythicBukkit.inst().mobManager,
null,
file,
node,
Expand Down

0 comments on commit e698e97

Please sign in to comment.