Fix typo in movie description

This commit is contained in:
AliasAlreadyTaken 2023-07-20 04:58:46 +02:00
parent ae11ebca46
commit 53426e8466

View File

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