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
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.
The text was updated successfully, but these errors were encountered:
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()
toOnConfigsExecuted()
in the plugin's source code fixes this issue.The text was updated successfully, but these errors were encountered: