mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
fix(glue): add missing return in CGlueMgr::PollRealmList
This commit is contained in:
parent
ad5bd21c5b
commit
50d48f680a
@ -852,6 +852,8 @@ void CGlueMgr::PollRealmList(const char* msg, int32_t complete, int32_t result,
|
|||||||
FrameScript_SignalEvent(OPEN_STATUS_DIALOG, "%s%s", "OKAY", msg);
|
FrameScript_SignalEvent(OPEN_STATUS_DIALOG, "%s%s", "OKAY", msg);
|
||||||
|
|
||||||
CGlueMgr::SetIdleState(IDLE_NONE);
|
CGlueMgr::SetIdleState(IDLE_NONE);
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Success
|
// Success
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user