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}