mirror of
https://github.com/minetest-mods/xban2.git
synced 2025-03-15 04:11:25 +00:00
Oops.
This commit is contained in:
parent
a79e7a6419
commit
e00b331554
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue