Browse Source

Implement removal of Metamod: Source 2 line from gameinfo.gi

Add functionality to remove Metamod: Source 2 from gameinfo.gi during uninstallation.
pull/4929/head
xe1os 3 weeks ago
committed by GitHub
parent
commit
80cdac0819
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      lgsm/modules/command_mods_remove.sh

5
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"

Loading…
Cancel
Save