~fgaz/minetest-last_login_signs

413d35bcd399a1eff3fbd6b74193edc1208b4011 — Francesco Gazzetta 1 year, 1 month ago 8f74583
Make initial text consistent
1 files changed, 1 insertions(+), 1 deletions(-)

M init.lua
M init.lua => init.lua +1 -1
@@ 66,7 66,7 @@ function last_login_signs.update_sign(pos, node)
      text = text .. player_name .. ": " .. online_status .. "\n"
    end
  else
    text = "Right click\nto add yourself"
    text = "Right click\nto add yourself\nto the list"
  end
  signs_lib.update_sign(pos, {text = text})
end