fix??? prob not
This commit is contained in:
parent
99d37d33f9
commit
b86e6d649e
1 changed files with 8 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue