From 9a93bbe99013eda85fccf58ef59ee07a4fac7244 Mon Sep 17 00:00:00 2001 From: Elikill58 Date: Mon, 21 Oct 2024 02:05:29 +0200 Subject: [PATCH] Add deprecation notice (#1442) --- .../velocitypowered/api/event/player/PlayerChatEvent.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java b/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java index 786173972..dd1fae29b 100644 --- a/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java +++ b/api/src/main/java/com/velocitypowered/api/event/player/PlayerChatEvent.java @@ -51,6 +51,13 @@ public final class PlayerChatEvent implements ResultedEvent