remove duplicate check

This commit is contained in:
whosit 2024-01-27 06:58:11 +03:00
parent 6ef568387f
commit 6a02d0a531

View File

@ -108,11 +108,6 @@ local function showpage(ent_obj, movie_id, pagenum)
return ""
end
if not ent_obj then
warn("Cinema Screen Object not found, movie_id=" .. dump(movie_id))
return ""
end
if pagenum <= #pages then
table.sort(pages, yl_cinema.orderpages)