forked from your-land/yl_cinema
remove duplicate check
This commit is contained in:
parent
6ef568387f
commit
6a02d0a531
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user