From ba15826235182c10467e723502126a8db0959958 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 5 Feb 2024 18:00:34 -0500 Subject: [PATCH] Merge pull request #8907 from VojtaStruhar/fix/dedicated-servers-typo Typo fix (cherry picked from commit 09843321ffa124a4964e8dc783757640332f75b8) --- tutorials/export/exporting_for_dedicated_servers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/export/exporting_for_dedicated_servers.rst b/tutorials/export/exporting_for_dedicated_servers.rst index 5c84fcf96..55f1699a6 100644 --- a/tutorials/export/exporting_for_dedicated_servers.rst +++ b/tutorials/export/exporting_for_dedicated_servers.rst @@ -96,7 +96,7 @@ option is currently inherited, you must tick the box next to it first. - **Strip Visuals:** Export this resource, with visual files (textures and materials) replaced by placeholder classes. Placeholder classes store the image size (as it's sometimes used to position elements in a 2D scene), but nothing else. -- **Keep:** Export this resource as usual, with visual files interact. +- **Keep:** Export this resource as usual, with visual files intact. - **Remove:** The file is not included in the PCK. This is useful to ignore scenes and resources that only the client needs. If you do so, make sure the server doesn't reference these client-only scenes and resources in any way.