Re-enable server appearance update request on rebake until syncCofVersionAndRefresh has been ported to Coroutine

master
Ansariel 2016-04-02 04:28:41 +02:00
parent 3afead682e
commit cc6293fbd6
1 changed files with 1 additions and 1 deletions

View File

@ -9877,7 +9877,7 @@ void handle_rebake_textures(void*)
// [SL:KB] - Patch: Appearance-Misc | Checked: 2015-06-27 (Catznip-3.7)
// LLAppearanceMgr::instance().syncCofVersionAndRefresh();
// [/SL:KB]
// LLAppearanceMgr::instance().requestServerAppearanceUpdate();
LLAppearanceMgr::instance().requestServerAppearanceUpdate(); // Comment out again once syncCofVersionAndRefresh() is back!
avatar_tex_refresh(); // <FS:CR> FIRE-11800 - Refresh the textures too
}
}