fix??? prob not

This commit is contained in:
Chayapak 2023-06-25 09:53:59 +07:00
parent 99d37d33f9
commit b86e6d649e

View file

@ -14,4 +14,11 @@ public class IdentifierMixin {
cir.cancel();
}
@Inject(method = "validateNamespace", at = @At("HEAD"), cancellable = true)
private static void validateNamespace(String namespace, String path, CallbackInfoReturnable<String> cir) {
cir.setReturnValue(namespace);
cir.cancel();
}
}