Corrige la configuration des mods dans le world.mt

This commit is contained in:
sys4-fr 2019-02-13 20:59:27 +01:00
parent 72157551d7
commit 43351572c2
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ install_mods() {
else
local mod_enable="true"
for (( modn=1; modn<=$i; modn++ )); do
if [[ ${md[$modn]} == $submod ]]; then
if [[ ${md[$modn]} == $mod ]]; then
mod_enable="false"
fi
done