We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe4334 commit 2ddfd32Copy full SHA for 2ddfd32
1 file changed
plugin/src/main/java/at/helpch/chatchat/util/ChannelUtils.java
@@ -51,7 +51,7 @@ public static boolean isTargetWithinRadius(
51
return true;
52
}
53
54
- if (radius != -1 && source instanceof ChatUser ) {
+ if (radius != -1 && source instanceof ChatUser) {
55
final Location sourceLocation = ((ChatUser) source).player().getLocation();
56
final Location targetLocation = ((ChatUser) target).player().getLocation();
57
0 commit comments