Skip to content

Commit

Permalink
fixed incorrect number
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsraccoon authored Oct 16, 2024
1 parent 319117a commit 4d2e637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/rcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RCON is a very simple protocol with a few packets. Here's how an RCON packet loo
- The server verifies the password and responds with an authentication response packet.
- If successful, the response packet includes the same ID as the one sent by the client. If unsuccessful, the ID is -1.

3. **Command Execution:**
2. **Command Execution:**

- The authenticated client can now send command execution packets, with each packet containing the command to be executed.
- The server processes the command and sends back an output packet containing the result or any error messages.

0 comments on commit 4d2e637

Please sign in to comment.