Fix stray gopath function call
This commit is contained in:
parent
fa6eef9a74
commit
322487a4d7
@ -180,7 +180,7 @@ function mcl_raids.spawn_raid(event)
|
||||
l.raidmob = true
|
||||
event.health_max = event.health_max + l.health
|
||||
table.insert(event.mobs,mob)
|
||||
mcl_mobs:gopath(l,pos)
|
||||
l:gopath(pos)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user