We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd835c3 commit 17addaeCopy full SHA for 17addae
server/src/main/java/tak/Seek.java
@@ -219,7 +219,7 @@ static void updateListeners(String type, final String[] st) {
219
seekStuffLock.lock();
220
try{
221
for (Client cc : seekListeners) {
222
- // check if the client protocol version is >= 1 send the first
+ // check if the client protocol version
223
if (cc.protocolVersion <= 1) {
224
cc.sendWithoutLogging("Seek "+ type + st[0]);
225
} else {
0 commit comments