mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-04 14:53:51 +01:00
Merge pull request 'Fix random-interval crash when not using luajit' (#2928) from fix_non_luajit_crash into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2928
This commit is contained in:
commit
7e1c9a86e4
@ -2212,7 +2212,7 @@ local monster_attack = function(self)
|
||||
end
|
||||
end
|
||||
end
|
||||
if not min_player then
|
||||
if not min_player and #blacklist_attack > 0 then
|
||||
min_player=blacklist_attack[math.random(#blacklist_attack)]
|
||||
end
|
||||
-- attack player
|
||||
|
Loading…
Reference in New Issue
Block a user