mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 08:04:39 +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;
|
%client.NBRAssetSoundMsgPlayed = true;
|
||||||
//$NBRAssetSoundMsgPlayed = %sourceObject.client.NBRAssetSoundMsgPlayed;
|
//$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