From e7b4dd8e87bf55efefc1da08a5df37ec4178fcb1 Mon Sep 17 00:00:00 2001 From: Blue Date: Thu, 4 Jan 2024 11:16:42 +0100 Subject: [PATCH] Revert "fix: Update stream_objects.md (#72)" This reverts commit 7bc6eb18eef49266001f94d82741e0913d87d2bf. --- articles/tutorials/stream_objects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/tutorials/stream_objects.md b/articles/tutorials/stream_objects.md index 80a0faf..704141d 100644 --- a/articles/tutorials/stream_objects.md +++ b/articles/tutorials/stream_objects.md @@ -32,7 +32,7 @@ altvlogo/ |-> stream/ | |-> assets/ | | |-> tw_altv_logo.ydr -| \-> tw_altv_logo.ytyp +| \ \-> tw_altv_logo.ytyp |-> resource.toml \-> stream.toml ``` @@ -50,7 +50,7 @@ client-files = [ 'stream/*' ] files = [ 'stream/assets/*' ] [meta] -'stream/tw_altv_logo.ytyp' = 'DLC_ITYP_REQUEST' +'stream/assets/tw_altv_logo.ytyp' = 'DLC_ITYP_REQUEST' ``` Add the `altvlogo` (folder name is your resource name) to the `server.toml` file inside the resource section.