Compare commits
2 Commits
87ff1051e9
...
37b9f91d42
| Author | SHA1 | Date | |
|---|---|---|---|
| 37b9f91d42 | |||
| 1a5a5606dc |
@@ -29,7 +29,7 @@ namespace osu.Desktop
|
|||||||
{
|
{
|
||||||
internal partial class DiscordRichPresence : Component
|
internal partial class DiscordRichPresence : Component
|
||||||
{
|
{
|
||||||
private const string client_id = "1216669957799018608";
|
private const string client_id = "1440647613358800918";
|
||||||
|
|
||||||
private DiscordRpcClient client = null!;
|
private DiscordRpcClient client = null!;
|
||||||
|
|
||||||
|
|||||||
@@ -68,17 +68,6 @@ namespace osu.Game.Updater
|
|||||||
// make sure the release stream setting matches the build which was just run.
|
// make sure the release stream setting matches the build which was just run.
|
||||||
if (FixedReleaseStream != null)
|
if (FixedReleaseStream != null)
|
||||||
config.SetValue(OsuSetting.ReleaseStream, FixedReleaseStream.Value);
|
config.SetValue(OsuSetting.ReleaseStream, FixedReleaseStream.Value);
|
||||||
|
|
||||||
// nope, doesn't matter, we're already not official
|
|
||||||
// // notify the user if they're using a build that is not officially sanctioned.
|
|
||||||
// if (RuntimeInfo.EntryAssembly.GetCustomAttribute<OfficialBuildAttribute>() == null)
|
|
||||||
// Notifications.Post(new SimpleNotification { Text = NotificationsStrings.NotOfficialBuild });
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
// log that this is not an official build, for if users build their own game without an assembly version.
|
|
||||||
// this is only logged because a notification would be too spammy in local test builds.
|
|
||||||
Logger.Log(NotificationsStrings.NotOfficialBuild.ToString());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// debug / local compilations will reset to a non-release string.
|
// debug / local compilations will reset to a non-release string.
|
||||||
|
|||||||
Reference in New Issue
Block a user