From b65466e184fd571f7bcff846030af250cfa4461a Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Fri, 1 Feb 2019 20:59:37 -0500 Subject: [PATCH] Upped reset time for NBRAssetSound --- Classic/scripts/autoexec/NoBaseRapeNotify.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/scripts/autoexec/NoBaseRapeNotify.cs b/Classic/scripts/autoexec/NoBaseRapeNotify.cs index d8ba16f..a59adfb 100644 --- a/Classic/scripts/autoexec/NoBaseRapeNotify.cs +++ b/Classic/scripts/autoexec/NoBaseRapeNotify.cs @@ -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 ); } }