Update LauncherFuncs.cs
This commit is contained in:
parent
c9bb2df23c
commit
cdbf821d77
|
|
@ -655,9 +655,9 @@ public class LauncherFuncs
|
||||||
case LauncherState.InMPGame:
|
case LauncherState.InMPGame:
|
||||||
GlobalVars.presence.smallImageKey = GlobalVars.image_ingame;
|
GlobalVars.presence.smallImageKey = GlobalVars.image_ingame;
|
||||||
GlobalVars.presence.details = "";
|
GlobalVars.presence.details = "";
|
||||||
GlobalVars.presence.state = "In " + GlobalVars.SelectedClient + " Game";
|
GlobalVars.presence.state = "In " + GlobalVars.SelectedClient + " Multiplayer Game";
|
||||||
GlobalVars.presence.largeImageText = GlobalVars.PlayerName + " | Novetus " + GlobalVars.Version;
|
GlobalVars.presence.largeImageText = GlobalVars.PlayerName + " | Novetus " + GlobalVars.Version;
|
||||||
GlobalVars.presence.smallImageText = "In " + GlobalVars.SelectedClient + " Game";
|
GlobalVars.presence.smallImageText = "In " + GlobalVars.SelectedClient + " Multiplayer Game";
|
||||||
break;
|
break;
|
||||||
case LauncherState.InSoloGame:
|
case LauncherState.InSoloGame:
|
||||||
GlobalVars.presence.smallImageKey = GlobalVars.image_ingame;
|
GlobalVars.presence.smallImageKey = GlobalVars.image_ingame;
|
||||||
|
|
@ -683,9 +683,9 @@ public class LauncherFuncs
|
||||||
case LauncherState.LoadingURI:
|
case LauncherState.LoadingURI:
|
||||||
GlobalVars.presence.smallImageKey = GlobalVars.image_ingame;
|
GlobalVars.presence.smallImageKey = GlobalVars.image_ingame;
|
||||||
GlobalVars.presence.details = "";
|
GlobalVars.presence.details = "";
|
||||||
GlobalVars.presence.state = "Joining a " + GlobalVars.SelectedClient + " Game";
|
GlobalVars.presence.state = "Joining a " + GlobalVars.SelectedClient + " Multiplayer Game";
|
||||||
GlobalVars.presence.largeImageText = GlobalVars.PlayerName + " | Novetus " + GlobalVars.Version;
|
GlobalVars.presence.largeImageText = GlobalVars.PlayerName + " | Novetus " + GlobalVars.Version;
|
||||||
GlobalVars.presence.smallImageText = "Joining a " + GlobalVars.SelectedClient + " Game";
|
GlobalVars.presence.smallImageText = "Joining a " + GlobalVars.SelectedClient + " Multiplayer Game";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue