Merge pull request 'Fix random-interval crash when not using luajit' (#2928) from fix_non_luajit_crash into master

Reviewed-on: MineClone2/MineClone2#2928
This commit is contained in:
cora 2022-11-10 20:44:16 +00:00
commit 7e1c9a86e4
1 changed files with 1 additions and 1 deletions

View File

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