Skip to content

Commit b6b54a4

Browse files
committed
chore: add internal version note
1 parent 00dafd2 commit b6b54a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/src/main/java/com/velocitypowered/proxy/connection/backend/VelocityServerConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class VelocityServerConnection implements MinecraftConnectionAssociation,
6868
private final VelocityServer server;
6969
private @Nullable MinecraftConnection connection;
7070
private boolean hasCompletedJoin = false;
71-
private boolean clientLoaded = false;
71+
private boolean clientLoaded = false; // 1.21.4+
7272
private boolean gracefulDisconnect = false;
7373
private BackendConnectionPhase connectionPhase = BackendConnectionPhases.UNKNOWN;
7474
private final Map<Long, Long> pendingPings = new HashMap<>();

0 commit comments

Comments
 (0)