View Single Post
CrazyHackGUT
AlliedModders Donor
Join Date: Feb 2016
Location: Izhevsk, Russia
Old 05-19-2019 , 03:28   Re: [Discord] Server crash (Accelerator)
Reply With Quote #4

In core.cfg we have ability change address to Accelerator web, where all crashes will be placed. For this, Accelerator uses config key MinidumpUrl.

Code:
/**
* This file is used to set various options that are important to SourceMod's core.
* If this file is missing or an option in this file is missing, then the default values will be used.
*/
"Core"
{
    "Logging"        "on"
    // ...
    "MinidumpAccount"                "7656xxxxxxxxxxxxx"
    "MinidumpUrl"                    "https://crash.limetech.org/submit"
}
I know two peoples, who self-hosts Accelerator web for own usage in server local subnet.
But in this plugin, you hardcoded url for message in Discord - in Source Code. Maybe you should respect these users, who self-hosts Accelerator web, and get address dynamically from core.cfg?
__________________
My english is very bad. I am live in Russia. Learning english language - very hard task for me...
CrazyHackGUT is offline
Send a message via ICQ to CrazyHackGUT Send a message via Skype™ to CrazyHackGUT