diff --git a/lgsm/modules/command_mods_remove.sh b/lgsm/modules/command_mods_remove.sh index 04240eb60..6c237dd1d 100755 --- a/lgsm/modules/command_mods_remove.sh +++ b/lgsm/modules/command_mods_remove.sh @@ -161,6 +161,11 @@ if [ "${modcommand}" == "amxmodx" ]; then fn_mod_remove_amxmodx_file fi +# Remove metamod line from gameinfo.gi when uninstalling Metamod: Source 2 +if [ "${modcommand}" == "metamodsource2" ]; then + fn_mod_remove_gameinfo_gi_file +fi + echo -e "${modprettyname} removed" fn_script_log "${modprettyname} removed"