mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Make public functions that are meant to be used internally private.
This commit is contained in:
parent
8c98433da9
commit
0e68f8c830
4 changed files with 11 additions and 13 deletions
|
|
@ -8,7 +8,8 @@ Fix Minecraft legacy v1.6 max/online players count being reversed.
|
|||
Added `query_legacy_specific` method to the Minecraft protocol.
|
||||
|
||||
### Breaking:
|
||||
Removed `query_specific` from the mc protocol in favor of `query_java`, `query_legacy` and `query_legacy_specific`.
|
||||
Removed `query_specific` from the mc protocol in favor of `query_java`, `query_legacy` and `query_legacy_specific`.
|
||||
Some public functions that are meant to be used only internally were made private.
|
||||
|
||||
# 0.0.6 - 28/11/2022
|
||||
[Minecraft](https://www.minecraft.com) support (bedrock not supported yet).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue