mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-06 21:20:22 +00:00
Upped reset time for NBRAssetSound
This commit is contained in:
parent
0a742f97ef
commit
b65466e184
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue