From 77590fb63a2ba159af49d491a1cae3b803b261f8 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 13 Nov 2023 11:12:00 +0000 Subject: [PATCH] Server: fixed prepareBatch() not being marked as internal --- src/Server.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Server.php b/src/Server.php index 6b3a91543..f4d4a0958 100644 --- a/src/Server.php +++ b/src/Server.php @@ -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).