You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2025. It is now read-only.
Game settings placed in server.cfg might override whatever configuration ReDM sets within the gamemode, at least for the first map, this is due the configuration is being loaded in plugin_cfg(), at least until the map is changed. This is a minor issue but very annoying.
Changing plugin_cfg() to OnConfigsExecuted() in the plugin's source code fixes this issue.