mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Limit the scope of callback suppression.
Per testing on Minkata, suppressing callbacks during all vault downloads has a deleterious effect on imagers. While my high level assumption is correct, vault downloads can encompass situations where we want notifications (eg re-downloading imager inbox folders, new age info vault fragments). Whoops!
This commit is contained in:
@ -318,7 +318,7 @@ static void INetCliAuthSetPlayerRequestCallback (
|
||||
else {
|
||||
s_needAvatarLoad = true;
|
||||
|
||||
VaultDownload(
|
||||
VaultDownloadNoCallbacks(
|
||||
L"SetActivePlayer",
|
||||
s_player->playerInt,
|
||||
PlayerInitCallback,
|
||||
@ -374,7 +374,7 @@ static void INetCliAuthLoginSetPlayerRequestCallback (
|
||||
msg->Send();
|
||||
}
|
||||
else {
|
||||
VaultDownload(
|
||||
VaultDownloadNoCallbacks(
|
||||
L"SetActivePlayer",
|
||||
s_player->playerInt,
|
||||
LoginPlayerInitCallback,
|
||||
|
Reference in New Issue
Block a user