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 ); } }