Skip to content

Commit 23e7d79

Browse files
committed
Fixup CertificateHelperPatch
1 parent 63d06fc commit 23e7d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patching/src/main/java/com/fox2code/foxloader/patching/game/CertificateHelperPatch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
import org.objectweb.asm.tree.MethodNode;
3030

3131
final class CertificateHelperPatch extends GamePatch {
32-
private static final String CertificateHelperRD = "net/minecraft/client/networking/CertificateHelper";
33-
private static final String CertificateHelperRD$ = "net/minecraft/client/networking/CertificateHelper$";
32+
private static final String CertificateHelperRD = "net/minecraft/common/networking/CertificateHelper";
33+
private static final String CertificateHelperRD$ = "net/minecraft/common/networking/CertificateHelper$";
3434
private static final String CertificateHelperFL = "com/fox2code/foxloader/utils/io/CertificateHelper";
3535

3636
CertificateHelperPatch() {

0 commit comments

Comments
 (0)