Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a var to disable reloading the map config file on plugin load #53

Open
EvenNine opened this issue Feb 8, 2024 · 1 comment
Open

Comments

@EvenNine
Copy link

EvenNine commented Feb 8, 2024

I have found that when SoapDM is on a servers that executes another config using its map config (IE like the RGL plugins ). When the plugin reloads the cfg after round end it will cause issues with plugins such as logs.tf. In my testing i have found that it can cause the logs.tf plugin to readd the last round to a log. I have found that by disabling ServerCommand("exec %s", map); on line 513 it fixes this issue. I feel it would be beneficial to have a way to bypass this in the config.

@EvenNine
Copy link
Author

EvenNine commented Feb 8, 2024

I fixed it and made a pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant