Upped reset time for NBRAssetSound

This commit is contained in:
ChocoTaco 2019-02-01 20:59:37 -05:00
parent 0a742f97ef
commit b65466e184

View file

@ -50,7 +50,7 @@ function NBRAssetSound( %game, %sourceObject )
%client.NBRAssetSoundMsgPlayed = true;
//$NBRAssetSoundMsgPlayed = %sourceObject.client.NBRAssetSoundMsgPlayed;
schedule(5000, 0, "ResetNBRAssetSound", %client );
schedule(10000, 0, "ResetNBRAssetSound", %client );
}
}