Ooooooooops

This commit is contained in:
Mikita Wiśniewski 2022-05-02 14:50:33 +07:00
parent 8aca5d7d48
commit 5eaf9bbce3
1 changed files with 2 additions and 2 deletions

View File

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