We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73227b3 commit 99baa48Copy full SHA for 99baa48
src/main/java/com/ishland/vmp/mixins/playerwatching/MixinServerPlayerEntity.java
@@ -16,7 +16,7 @@ public class MixinServerPlayerEntity implements PlayerClientVDTracking {
16
private boolean vdChanged = false;
17
18
@Unique
19
- private int clientVD = -1;
+ private int clientVD = 2;
20
21
@Inject(method = "setClientSettings", at = @At("HEAD"))
22
private void onClientSettingsChanged(ClientSettingsC2SPacket packet, CallbackInfo ci) {
0 commit comments