Skip to content

Commit 17addae

Browse files
committed
fix: incorrect comment
1 parent dd835c3 commit 17addae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/tak/Seek.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ static void updateListeners(String type, final String[] st) {
219219
seekStuffLock.lock();
220220
try{
221221
for (Client cc : seekListeners) {
222-
// check if the client protocol version is >= 1 send the first
222+
// check if the client protocol version
223223
if (cc.protocolVersion <= 1) {
224224
cc.sendWithoutLogging("Seek "+ type + st[0]);
225225
} else {

0 commit comments

Comments
 (0)