Remove assertion for discord rich presence

This commit is contained in:
Benau 2021-03-18 11:03:16 +08:00
parent b59c65e989
commit dd5fcfce47

View File

@ -1228,7 +1228,7 @@ const core::stringw RaceManager::getNameOf(const MinorRaceModeType mode)
case MINOR_MODE_EASTER_EGG: return _("Egg Hunt");
//I18N: Game mode
case MINOR_MODE_SOCCER: return _("Soccer");
default: assert(false); return L"";
default: return L"";
}
} // getNameOf