From 7ef64ca7da5654013275ddd1793cf0eb985c7451 Mon Sep 17 00:00:00 2001 From: O1LER <44237025+O1LER@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:00:52 +0200 Subject: [PATCH] Update docs/en/guides/beammp-dev/beammp-dev.md Co-authored-by: Lion --- 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 2e7d5f10..c3d4382b 100644 --- a/docs/en/guides/beammp-dev/beammp-dev.md +++ b/docs/en/guides/beammp-dev/beammp-dev.md @@ -67,7 +67,7 @@ Feel free to ask in the #scripting channel in our [Discord](https://discord.gg/b While working on BeamMP, it can be beneficial to use a local server. You can follow the general [server installation](docs/en/server/create-a-server.md) while omitting the first two steps for purely local connections. -Set the server to private in the `serverConfig.toml` while using any string as the `authKey`. +Set the server to private in the `serverConfig.toml` while using any string as the `AuthKey`. # Contribution Guidelines