Skip to content
Snippets Groups Projects
Commit 1ba1fb42 authored by Russ's avatar Russ Committed by PilzAdam
Browse files

Fix link in minetest.conf.example

parent 127c4883
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
#
# NOTE: This file might not be up-to-date, refer to the
# defaultsettings.cpp file for an up-to-date list:
# https://bitbucket.org/celeron55/minetest/src/tip/src/defaultsettings.cpp
# https://github.com/minetest/minetest/blob/master/src/defaultsettings.cpp
#
# A vim command to convert most of defaultsettings.cpp to conf file format:
# :'<,'>s/\tsettings->setDefault("\([^"]*\)", "\([^"]*\)");.*/#\1 = \2/g
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment