From a55d9857738425e099fe9650cc1a705ceb2ece00 Mon Sep 17 00:00:00 2001 From: kento2 Date: Tue, 7 Jul 2026 08:45:50 +0200 Subject: [PATCH] Update core-lib/src/main/java/de/kentoj/scrowlib/player/NetworkPlayer.java --- .../src/main/java/de/kentoj/scrowlib/player/NetworkPlayer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-lib/src/main/java/de/kentoj/scrowlib/player/NetworkPlayer.java b/core-lib/src/main/java/de/kentoj/scrowlib/player/NetworkPlayer.java index a51d3d3..eff3c46 100644 --- a/core-lib/src/main/java/de/kentoj/scrowlib/player/NetworkPlayer.java +++ b/core-lib/src/main/java/de/kentoj/scrowlib/player/NetworkPlayer.java @@ -11,7 +11,7 @@ import net.kyori.adventure.audience.Audience; * If the player is not online, these methods DO NOTHING. * Most methods here do nothing even if the Player is valid(as is the nature of Audiences) * - * this interface should be used mainly for communication(e.g sending messages, playing sounds, ...). + * this interface should be used mainly for basic communication(e.g sending messages). * For more complex operations, use the {@link MessageBroker}. * * @see {@link NetworkPlayerImpl}