From 019d91bc92b5028d0e7822c126a726a1b08da95c Mon Sep 17 00:00:00 2001 From: O1LER <44237025+O1LER@users.noreply.github.com> Date: Sat, 8 Mar 2025 11:45:47 +0100 Subject: [PATCH] Fix typo --- docs/en/game/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index 1630a35c..f7d5ec53 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -63,7 +63,7 @@ cmake --build bin --parallel !!!note "" - By not specifying `-DCMAKE_BUILD_TYPE=Release` you are building a debug version, which is larger in filesize but does not cpntain the launcher-can-only-connect-to-a-server-once bug + By not specifying `-DCMAKE_BUILD_TYPE=Release` you are building a debug version, which is larger in filesize but does not contain the launcher-can-only-connect-to-a-server-once bug Move the finished application out of the `/bin` folder into its own folder and run it from there