Skip to content

Commit 9aa8c50

Browse files
committed
update chat channels
1 parent f55bbe0 commit 9aa8c50

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/java/xyz/refinedev/phoenix/chat/api/ChatChannelType.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
import lombok.RequiredArgsConstructor;
55
import org.bukkit.entity.Player;
66

7+
import java.util.UUID;
8+
79
/**
810
* This Project is the property of Refine Development © 2023
911
* Redistribution of this Project is not allowed
@@ -24,7 +26,7 @@ public abstract class ChatChannelType {
2426

2527
public abstract String getFormat();
2628

27-
public abstract boolean canReceiveMessage(Player sender, Player receiver);
29+
public abstract boolean canReceiveMessage(UUID sender, Player receiver);
2830

2931
public boolean isGlobal() {
3032
return false;

0 commit comments

Comments
 (0)