From: Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Sat, 20 Feb 2021 10:25:32 +0000 (+0100) Subject: Revert internal.sh back to common.sh X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=aca26b8ed62842a372968b31cb51a0e6277dc405;p=elidragon_v2.git Revert internal.sh back to common.sh --- diff --git a/README b/README index 0ee0123..38648dd 100644 --- 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 -----------------