mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
feat(glue): stop glue music when entering world
This commit is contained in:
parent
1c0cee8077
commit
66950e312f
@ -755,7 +755,7 @@ void CGlueMgr::PollEnterWorld() {
|
|||||||
if (CGlueMgr::m_suspended) {
|
if (CGlueMgr::m_suspended) {
|
||||||
CGlueMgr::SetIdleState(IDLE_NONE);
|
CGlueMgr::SetIdleState(IDLE_NONE);
|
||||||
|
|
||||||
// TODO SI Logic
|
SI2::StopGlueMusic(3.0f);
|
||||||
|
|
||||||
// TODO TLS shenanigans with guid
|
// TODO TLS shenanigans with guid
|
||||||
ClientServices::Connection()->CharacterLogin(CGlueMgr::m_characterInfo->m_info.guid, 0);
|
ClientServices::Connection()->CharacterLogin(CGlueMgr::m_characterInfo->m_info.guid, 0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user