mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Upped reset time for NBRAssetSound
This commit is contained in:
parent
0a742f97ef
commit
b65466e184
|
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue