You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code defines a boolean variable that checks if the version protocol is 47 (ranging from 1.8 to 1.8.9)
But actually it should check if the version protocol matches the client version (in this case 1.20.4 is 765)
I know this variable isnt used anywhere but it is worth noting that your code has a problem
Edit:
[x] i have updated version
[x] i have checked closed and open issues
[x] the problem isnt by any other mod
The text was updated successfully, but these errors were encountered:
at
Wurst7/src/main/java/net/wurstclient/serverfinder/WurstServerPinger.java
Line 74 in 57cdc85
The code defines a boolean variable that checks if the version protocol is 47 (ranging from 1.8 to 1.8.9)
But actually it should check if the version protocol matches the client version (in this case 1.20.4 is 765)
I know this variable isnt used anywhere but it is worth noting that your code has a problem
Edit:
[x] i have updated version
[x] i have checked closed and open issues
[x] the problem isnt by any other mod
The text was updated successfully, but these errors were encountered: