forked from cafeberry/cafeberry
chore: cleanup names
This commit is contained in:
@@ -296,7 +296,7 @@ void ApplicationView::OnResuming(Platform::Object^ sender, Platform::Object^ arg
|
||||
{
|
||||
// Bit specific but we want to avoid switching to offline if the primary player has signed out
|
||||
// (and AFAIK there's no other way to find out until a few ticks time)
|
||||
if (app.GetXuiAction(0) != eAppAction_PrimaryPlayerSignedOut)
|
||||
if (app.GetUIAction(0) != eAppAction_PrimaryPlayerSignedOut)
|
||||
{
|
||||
// We've lost the party so switch to offline, previously we exited the world here but this seems friendlier
|
||||
app.SetAction(ProfileManager.GetPrimaryPad(), eAppAction_EthernetDisconnected);
|
||||
|
||||
Reference in New Issue
Block a user