mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 03:07:32 +01:00
Fix random-interval crash when not using luajit
This commit is contained in:
parent
470d7dbe39
commit
c44b29925a
@ -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