Skip to content

Commit

Permalink
Forgot to disable remap
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed Jan 7, 2022
1 parent 3ce678f commit b8659ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.concurrent.CompletableFuture;

@Environment(EnvType.CLIENT)
@Mixin(YggdrasilUserApiService.class)
@Mixin(value = YggdrasilUserApiService.class, remap = false)
public abstract class YggdrasilUserApiService_syncBlockListMixin {

@Shadow protected abstract Set<UUID> fetchBlockList();
Expand Down

0 comments on commit b8659ec

Please sign in to comment.