chore: cleanup names

This commit is contained in:
2026-09-06 19:08:30 -04:00
parent 7b4821d329
commit afbd3fef00
36 changed files with 202 additions and 251 deletions
+1 -1
View File
@@ -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);