forked from VoxeLibre/VoxeLibre
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