-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix version sent in 1.8/1.12 detector
- Loading branch information
1 parent
bab3522
commit 9065c52
Showing
7 changed files
with
19 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
...main/java/com/viaversion/fabric/mc1122/mixin/pipeline/client/MixinHandshakeC2SPacket.java
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
...a/com/viaversion/fabric/mc1122/mixin/pipeline/client/MixinHandshakeC2SPacketAccessor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.viaversion.fabric.mc1122.mixin.pipeline.client; | ||
|
||
import net.minecraft.network.packet.c2s.handshake.HandshakeC2SPacket; | ||
import org.spongepowered.asm.mixin.Mixin; | ||
import org.spongepowered.asm.mixin.gen.Accessor; | ||
|
||
@Mixin(HandshakeC2SPacket.class) | ||
public interface MixinHandshakeC2SPacketAccessor { | ||
@Accessor | ||
void setProtocolVersion(int version); | ||
} |
6 changes: 0 additions & 6 deletions
6
...abric-mc1122/src/main/java/com/viaversion/fabric/mc1122/service/HandshakeInterceptor.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters