From d2f6327f3f3d423ee627e267794d7bd29c717a3d Mon Sep 17 00:00:00 2001 From: O1LER <44237025+O1LER@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:03:25 +0100 Subject: [PATCH] Update docs/en/guides/beammp-dev/beammp-dev.md Co-authored-by: Tixx <83774803+WiserTixx@users.noreply.github.com> --- docs/en/guides/beammp-dev/beammp-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guides/beammp-dev/beammp-dev.md b/docs/en/guides/beammp-dev/beammp-dev.md index 54234902..037a5b06 100644 --- a/docs/en/guides/beammp-dev/beammp-dev.md +++ b/docs/en/guides/beammp-dev/beammp-dev.md @@ -38,7 +38,7 @@ Further information about the userfolder can be found at [https://documentation. ## Enabling dev mode in the BeamMP launcher -In order to prevent auto-update to overwrite your local git clone, its necessary to disable it, using `--no-download`. +In order to prevent auto-update deleting your local git clone, it's necessary to disable it, using `--no-download`. If you also don't want the launcher to start BeamNG, and would like to see debug prints, then using `--dev` is advised. | Argument | Note |