diff --git a/lgsm/modules/command_mods_install.sh b/lgsm/modules/command_mods_install.sh index a8f90293b..4e2bc0d95 100755 --- a/lgsm/modules/command_mods_install.sh +++ b/lgsm/modules/command_mods_install.sh @@ -138,6 +138,11 @@ if [ "${modcommand}" == "metamod" ]; then fn_mod_install_liblist_gam_file fi +# Create/modify existing gameinfo.gi file for Metamod:Source 2 +if [ "${modcommand}" == "metamodsource2" ]; then + fn_mod_install_gameinfo_gi_file +fi + # Create/modify plugins.ini file for Metamod if [ "${modcommand}" == "amxmodx" ]; then fn_mod_install_amxmodx_file