Skip to content

Commit c46253c

Browse files
committed
fix javadoc
1 parent c8d9954 commit c46253c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/src/main/java/com/craftmend/openaudiomc/api/voice/CustomPlayerFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
*
2222
* <p>Filters are managed through the {@link com.craftmend.openaudiomc.api.VoiceApi}</p>
2323
*
24-
* @author DiamondDagger590
2524
* @author Mats
2625
* @since 6.10.0
2726
*/
@@ -42,6 +41,7 @@ public interface CustomPlayerFilter {
4241
* @param listener The {@link Player} searching for other players to listen to
4342
* @param possibleSpeaker The {@link Player} who is being checked to see if they can be heard
4443
* @return {@code true} if the listener should be able to hear the possibleSpeaker
44+
* @author DiamondDagger590
4545
*/
4646
boolean isPlayerValidListener(Player listener, Player possibleSpeaker);
4747
}

plugin/src/main/bash/data.bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
BUILD_NUM="1505"
1+
BUILD_NUM="1506"

plugin/src/main/resources/data.bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
BUILD_NUM="1505"
1+
BUILD_NUM="1506"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
BUILD_VERSION="1505"
2-
BUILD_COMMIT="f0ec41730d7590829944fb97c1499d1064450fab"
1+
BUILD_VERSION="1506"
2+
BUILD_COMMIT="c8d99549e41b38f06b21cd6b8756dfdc278c5ff9"
33
BUILD_AUTHOR="Mats"

0 commit comments

Comments
 (0)