Fix punctuation

This commit is contained in:
techmetx11 2024-06-26 21:58:32 +01:00
parent 9f491c0e7c
commit f70c60441a
No known key found for this signature in database
GPG Key ID: E60B63635FF4E062

View File

@ -81,6 +81,6 @@ No additional data required
| Name | Size (bytes) | Description | | Name | Size (bytes) | Description |
|----------|--------------|-------------| |----------|--------------|-------------|
|has_player| 1 | If the server has a player, this variable will be `0xFF`, or else, it will be `0x00`| |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`| |player_id | 4 | The server's current player ID. If the server has no player, this will always be `0x00000000`|