瀏覽代碼

fn_mods_define

Daniel Gibbs 9 年之前
父節點
當前提交
6422904488
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/mods_core.sh

+ 1 - 1
lgsm/functions/mods_core.sh

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