]> git.lizzy.rs Git - elidragon_v2.git/commitdiff
Revert internal.sh back to common.sh 1/head
authorElias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com>
Sat, 20 Feb 2021 10:25:32 +0000 (11:25 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Feb 2021 10:25:32 +0000 (11:25 +0100)
README

diff --git a/README b/README
index 0ee012322112baf414da5b50e7fa14efc3af2615..38648dd822170d2a57d40a5b2b585aba4724d9c6 100644 (file)
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ scripts/restart.sh: You can use this to restart one or all running worlds. You c
 
 scripts/console.sh: You can used this to access the console of the world specified in the argument. (minetest --terminal running in a screen)
 
-scripts/internal.sh: This script should not be started, it contains common functions imported by other scripts. You can modify it to e.g. change the paths of lock files or screen names.
+scripts/common.sh: This script should not be started, it contains common functions imported by other scripts. You can modify it to e.g. change the paths of lock files or screen names.
 
 Creating new mods
 -----------------