Browse Source

fn_mods_define

pull/1255/head
Daniel Gibbs 8 years ago
parent
commit
6422904488
  1. 2
      lgsm/functions/mods_core.sh

2
lgsm/functions/mods_core.sh

@ -166,7 +166,7 @@ fn_mod_get_info(){
# When "MOD" is found # When "MOD" is found
if [ "${mods_global_array[index]}" == "MOD" ]; then if [ "${mods_global_array[index]}" == "MOD" ]; then
# Get info # Get info
fn_mod_info fn_mods_define
modinfocommand="1" modinfocommand="1"
break break
fi fi

Loading…
Cancel
Save