Re-disable Discord until issues are sorted

This commit is contained in:
MysterD 2021-06-20 00:49:52 -07:00
parent 3eef4076b9
commit ac85a7e4a7
1 changed files with 6 additions and 0 deletions

View File

@ -131,6 +131,12 @@ static bool ns_discord_initialize(enum NetworkType networkType) {
#ifdef DEBUG
set_instance_env_variable();
#endif
#ifdef UNSTABLE_BRANCH
if (networkType != NT_NONE) {
// refuse to host on discord for unstable branch
exit(1);
}
#endif
if (!gDiscordInitialized) {
// set up discord params