remove duplicate check

This commit is contained in:
whosit 2024-01-08 21:28:21 +03:00
parent 6ef568387f
commit 1c5b174a0f

View File

@ -108,10 +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