1
0
mirror of https://github.com/minetest-mods/xban2.git synced 2025-06-07 20:40:23 +02:00
This commit is contained in:
Diego Martinez 2014-05-23 08:52:15 -03:00
parent a79e7a6419
commit e00b331554

@ -235,7 +235,7 @@ minetest.register_chatcommand("xban_record", {
end
if e.last_pos then
minetest.chat_send_player(name,
("[%s]: User was last seen at %s"):format(
("User was last seen at %s"):format(
minetest.pos_to_string(e.last_pos)))
end
end,