GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.18k stars 801 forks source link

fix(mods): metamod gamemode fix #4500

Open pcace opened 4 months ago

pcace commented 4 months ago

Description

Only applies if metamod addon is installed on a cs2 server: currently the gamemode.gi gets overwritten when updating the cs2 installation, but metamod needs to be referenced in the gamemod.gi by: Game csgo/addons/metamod

this fix adds the needed integration of metamod to the gamemod.gi file if it is not there and if metamod is installed.

Fixes #4492

Type of change

Checklist

PR will not be merged until all steps are complete.

Documentation

If documentation does need updating either update it by creating a PR (preferred) or request a documentation update.

Thank you for your Pull Request!

dgibbs64 commented 3 months ago

I feel like this is an issue that should be dealt with by metamod rather LinuxGSM creating this type of fix. Are there any metamod discussions about this issue and any long term fixes?