From 7bc6eb18eef49266001f94d82741e0913d87d2bf Mon Sep 17 00:00:00 2001 From: BluePeer Date: Thu, 4 Jan 2024 11:14:32 +0100 Subject: [PATCH] fix: Update stream_objects.md (#72) adjust [meta] files location in the code examples --- 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 704141d..80a0faf 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/assets/tw_altv_logo.ytyp' = 'DLC_ITYP_REQUEST' +'stream/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.