This commit is contained in:
Diego Martinez 2014-05-23 08:52:15 -03:00
parent a79e7a6419
commit e00b331554
1 changed files with 1 additions and 1 deletions

View File

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