Fixed typo (#6)

This commit is contained in:
Paul Dietrich 2023-01-25 22:39:43 +01:00 committed by GitHub
parent 6f3db9d8a7
commit c4f03fad06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ If your platform supports online mode authentication you also should not always
#### GameProfileFetcher
The game profile fetcher is used to fetch the game profile of a player if the server version is <= 1.7.10.
Thia is required because the game profile or UUID of players is not sent by the server in <= 1.7.10.
This is required because the game profile or UUID of players is not sent by the server in <= 1.7.10.
Here is an example implementation using the [Steveice10 AuthLib](https://github.com/GeyserMC/MCAuthLib):
```java
public class AuthLibGameProfileFetcher extends GameProfileFetcher {
@ -169,4 +169,4 @@ For a reference implementation you can take a look at how [ViaProxy](https://git
If you encounter any issues, please report them on the
[issue tracker](https://github.com/RaphiMC/ViaLegacy/issues).
If you just want to talk or need help implementing ViaLegacy feel free to join my
[Discord](https://discord.gg/dCzT9XHEWu).
[Discord](https://discord.gg/dCzT9XHEWu).