forked from minetest-mods/xban2
Oops.
This commit is contained in:
parent
a79e7a6419
commit
e00b331554
2
init.lua
2
init.lua
@ -235,7 +235,7 @@ minetest.register_chatcommand("xban_record", {
|
|||||||
end
|
end
|
||||||
if e.last_pos then
|
if e.last_pos then
|
||||||
minetest.chat_send_player(name,
|
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)))
|
minetest.pos_to_string(e.last_pos)))
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user