File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
patching/src/main/java/com/fox2code/foxloader/patching/game Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929import org .objectweb .asm .tree .MethodNode ;
3030
3131final 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 () {
You can’t perform that action at this time.
0 commit comments