From f70c60441a37d9fc311ed790dce54cfc7abd5645 Mon Sep 17 00:00:00 2001 From: techmetx11 Date: Wed, 26 Jun 2024 21:58:32 +0100 Subject: [PATCH] Fix punctuation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0571848..3c62697 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,6 @@ No additional data required | Name | Size (bytes) | Description | |----------|--------------|-------------| -|has_player| 1 | If the server has a player, this variable will be `0xFF`, or else, it will be `0x00`| -|player_id | 4 | The server's current player ID, If the server has no player, this will always be `0x00000000`| +|has_player| 1 | If the server has a player, this variable will be `0xFF`. or else, it will be `0x00`| +|player_id | 4 | The server's current player ID. If the server has no player, this will always be `0x00000000`|