4
0
Daniel Gibbs 9 жил өмнө
parent
commit
6422904488

+ 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