mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +00:00
Remove the retrieval of MODNAME in custom integrations.
This commit is contained in:
parent
5783f74075
commit
3a5bb797ea
1 changed files with 0 additions and 1 deletions
|
@ -285,7 +285,6 @@ mergexml(){
|
||||||
then
|
then
|
||||||
if [[ ${FOUND} = 0 ]]
|
if [[ ${FOUND} = 0 ]]
|
||||||
then
|
then
|
||||||
MODNAME=$(get_mod_name ${ID})
|
|
||||||
echo
|
echo
|
||||||
echo -e "${green}Adding custom integration ${dir}${default}"
|
echo -e "${green}Adding custom integration ${dir}${default}"
|
||||||
FOUND=1
|
FOUND=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue