forked from your-land/yl_cinema
Fix typo in movie description
This commit is contained in:
parent
ae11ebca46
commit
53426e8466
@ -60,10 +60,11 @@ local function showpage(ent_obj, movie_id, pagenum)
|
||||
-- Payload
|
||||
|
||||
if pagenum == 0 then
|
||||
core.log("action","movie.decription="..dump(movie.decription))
|
||||
local properties = {
|
||||
textures = {movie.title_texture},
|
||||
infotext = movie.name,
|
||||
nametag = movie.decription
|
||||
nametag = movie.description
|
||||
}
|
||||
ent_obj:set_properties(properties)
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user