Skip to content

Commit f0bd68a

Browse files
committed
chore: add internal version note
1 parent 95976f7 commit f0bd68a

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
@@ -67,7 +67,7 @@ public class VelocityServerConnection implements MinecraftConnectionAssociation,
6767
private final VelocityServer server;
6868
private @Nullable MinecraftConnection connection;
6969
private boolean hasCompletedJoin = false;
70-
private boolean clientLoaded = false;
70+
private boolean clientLoaded = false; // 1.21.4+
7171
private boolean gracefulDisconnect = false;
7272
private BackendConnectionPhase connectionPhase = BackendConnectionPhases.UNKNOWN;
7373
private final Map<Long, Long> pendingPings = new HashMap<>();

0 commit comments

Comments
 (0)