1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Missed this

This commit is contained in:
RednedEpic
2025-10-25 22:01:32 +01:00
parent 3049c77975
commit 86b1ac979f

View File

@@ -34,7 +34,7 @@ import org.geysermc.geyser.api.network.NetworkChannel;
import org.geysermc.geyser.api.network.message.Message;
/**
* Called when the server receives a network message.
* Called when Geyser receives a network message from the server.
* @since 2.8.2
*/
public final class ServerReceiveNetworkMessageEvent extends ConnectionEvent implements Cancellable {