From d3d43d951154fb2b9e30186f7a1e52bd05ae6d80 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Sat, 6 May 2017 10:41:45 -0700 Subject: [PATCH] Reference 'settings.lua' instead of 'config.lua' (#21) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd6a54d..f7c07c6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Configuration If you wish to specify configuration options, such as whether players are allowed to protect their own areas with the `protect` command (disabled by -default), you should check config.lua and set the appropriate settings in your +default), you should check settings.lua and set the appropriate settings in your server's configuration file (probably `minetest.conf`).