Server: fixed prepareBatch() not being marked as internal

This commit is contained in:
Dylan K. Taylor 2023-11-13 11:12:00 +00:00
parent bd43ff6579
commit 77590fb63a
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -1356,6 +1356,7 @@ class Server{
}
/**
* @internal
* Broadcasts a list of packets in a batch to a list of players
*
* @param bool|null $sync Compression on the main thread (true) or workers (false). Default is automatic (null).