From 5eaf9bbce3b05db67ecf65b9dc7ef70ab528add8 Mon Sep 17 00:00:00 2001 From: rudzik8 Date: Mon, 2 May 2022 14:50:33 +0700 Subject: [PATCH] Ooooooooops --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index f8d2ef2..f61ff89 100644 --- a/init.lua +++ b/init.lua @@ -38,7 +38,7 @@ minetest.register_chatcommand("sit", { mcl_player.player_set_animation(player, "sit", 30) if mcl_cozy_print_actions then minetest.chat_send_all("* "..name..S(" sits") - end + end, mcl_title.set(player, "actionbar", {text=S("Move to stand up"), color="white", stay=60}) end end @@ -63,7 +63,7 @@ minetest.register_chatcommand("lay", { mcl_player.player_set_animation(player, "lay", 0) if mcl_cozy_print_actions then minetest.chat_send_all("* "..name..S(" lies")) - end + end, mcl_title.set(player, "actionbar", {text=S("Move to stand up"), color="white", stay=60}) end end