Fix stray gopath function call

This commit is contained in:
cora 2023-03-31 11:56:43 +02:00
parent fa6eef9a74
commit 322487a4d7

View File

@ -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