add F10 note

master
tchncs 2016-06-08 19:38:30 +02:00
parent ef633e3130
commit c9c2a43167
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ minetest.register_chatcommand("commands", {
minetest.chat_send_player(name, "use /help see the full list of available commands.")
minetest.chat_send_player(name, "use /help <command> for command info.")
minetest.chat_send_player(name, "use /commands to show this helpmessage.")
minetest.chat_send_player(name, ">> hit F10 for the full output of this command.")
end,
})