From a9010652ca82a1a6217f8ec7afa289de6ddca423 Mon Sep 17 00:00:00 2001 From: O1LER Date: Wed, 11 Dec 2024 22:05:04 +0100 Subject: [PATCH] Update beammp-dev.md --- docs/en/guides/beammp-dev/beammp-dev.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/en/guides/beammp-dev/beammp-dev.md b/docs/en/guides/beammp-dev/beammp-dev.md index 037a5b06..f4e63f5a 100644 --- a/docs/en/guides/beammp-dev/beammp-dev.md +++ b/docs/en/guides/beammp-dev/beammp-dev.md @@ -41,16 +41,16 @@ Further information about the userfolder can be found at [https://documentation. 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 | -|:-------------------------|:-------------------------------------------| -| `--help` or `-h` | Will print the following list of arguments | -| `--port ` or `-p` | Change the default listen port to ``. This must be configured ingame too | -| `--verbose` or `-v` | Verbose mode, prints debug messages | -| `--no-download` | Skip downloading and installing the BeamMP Lua mod | -| `--no-update` | Skip applying launcher updates (you must update manually) | -| `--no-launch` | Skip launching the game (you must launch the game manually) | -| `--dev` | Developer mode, same as --verbose --no-download --no-launch --no-update | -| `--game ` | Passes arguments to the game | +| Argument | Note | +|:--------------------------------------|:-------------------------------------------| +| `--help` or `-h` | Will print the following list of arguments | +| `--port ` or `-p` | Change the default listen port to ``. This must be configured ingame too | +| `--verbose` or `-v` | Verbose mode, prints debug messages | +| `--no-download` | Skip downloading and installing the BeamMP Lua mod | +| `--no-update` | Skip applying launcher updates (you must update manually) | +| `--no-launch` | Skip launching the game (you must launch the game manually) | +| `--dev` | Developer mode, same as --verbose --no-download --no-launch --no-update | +| `--game ` or `-- ` | Passes arguments to the game | ## Cloning the BeamMP repo into the unpacked folder