mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Correct keycode URL in settingtypes.txt/minetest.conf.example (#15784)
This commit is contained in:
parent
75dcd94b90
commit
a57677120a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ local function create_minetest_conf_example(settings)
|
|||
end
|
||||
end
|
||||
if entry.type == "key" then
|
||||
local line = "See https://github.com/minetest/irrlicht/blob/master/include/Keycodes.h"
|
||||
local line = "See https://github.com/luanti-org/luanti/blob/master/irr/include/Keycodes.h"
|
||||
insert(result, "# " .. line .. "\n")
|
||||
end
|
||||
insert(result, "# type: " .. entry.type)
|
||||
|
|
Loading…
Add table
Reference in a new issue