mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2024-12-24 09:40:21 +01:00
typo fix
This commit is contained in:
parent
392974e835
commit
0bc62cbf74
4
api.lua
4
api.lua
@ -6,7 +6,7 @@ local use_cmi = minetest.global_exists("cmi")
|
||||
|
||||
mobs = {
|
||||
mod = "redo",
|
||||
version = "20190508",
|
||||
version = "20190511",
|
||||
intllib = S,
|
||||
invis = minetest.global_exists("invisibility") and invisibility or {},
|
||||
}
|
||||
@ -486,7 +486,7 @@ end
|
||||
|
||||
-- global function
|
||||
function mobs:line_of_sight(entity, pos1, pos2, stepsize)
|
||||
return mob_class.line_of_sight(pos1, pos2, stepsize)
|
||||
return mob_class:line_of_sight(pos1, pos2, stepsize)
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user