From 53426e8466761e2b0b4c79d3caab942db0cd751b Mon Sep 17 00:00:00 2001 From: AliasAlreadyTaken Date: Thu, 20 Jul 2023 04:58:46 +0200 Subject: [PATCH] Fix typo in movie description --- feature_bigscreen_entity.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/feature_bigscreen_entity.lua b/feature_bigscreen_entity.lua index 17d3ae5..42f230e 100644 --- a/feature_bigscreen_entity.lua +++ b/feature_bigscreen_entity.lua @@ -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