Skip to content

Commit

Permalink
fix: wrong info about debug in client config (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored Apr 18, 2024
1 parent 9910d45 commit 3819aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/configs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ After you downloaded and installed the alt:V Multiplayer client, you can find th
| --- | --- | --- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| name | string | alt:V nickname | Your name that is displayed on a server. |
| branch | string | release | The [branch](~/articles/branches.md) on which the client will work. |
| debug | boolean (true/false)| false | Activates the debug mode. For example, a active debug mode enables the debug-console (accessible via F8) and allows you to use the `reconnect` command in the console. |
| debug | boolean (true/false)| false | Activates the debug mode. For example, an active debug mode allows you to use the `reconnect` command in the F8 console. |
| gtapath | string | - | Path to your GTA5 directory. Usually, it is set up automatically thought the installation process. |
| lang | string | en | Language of your client. |
| lastip | string | 0.0.0.0 (IPv4) | The ip of the last server you played on. |
Expand Down

0 comments on commit 3819aa5

Please sign in to comment.