From a50260adfb27d55e721743d6fa89f4f44e7b5b8d Mon Sep 17 00:00:00 2001 From: Cata_a <108532800+Cata-a1138@users.noreply.github.com> Date: Sun, 15 Mar 2026 22:41:29 +0800 Subject: [PATCH] fix(ox_lib/streaming): fix wrong audio bank release example --- pages/ox_lib/Modules/Streaming/Client.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/ox_lib/Modules/Streaming/Client.mdx b/pages/ox_lib/Modules/Streaming/Client.mdx index 88d90492c..204af443d 100644 --- a/pages/ox_lib/Modules/Streaming/Client.mdx +++ b/pages/ox_lib/Modules/Streaming/Client.mdx @@ -61,7 +61,7 @@ Throws errors for invalid assets and returns true if the asset is loaded. ## lib.requestAudioBank - Remember to call `ReleaseScriptAudioBank(set)` at the end of you code! + Remember to call `ReleaseNamedScriptAudioBank(audioBank)` at the end of you code! ```lua