Skip to content

Commit

Permalink
fix: mixins that may now be remapped
Browse files Browse the repository at this point in the history
  • Loading branch information
axieum committed Jun 6, 2023
1 parent 6a14aba commit f17a48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ public abstract class LanguageMixin
value = "INVOKE",
target = "Lcom/google/common/collect/ImmutableMap$Builder;build()Lcom/google/common/collect/ImmutableMap;"
),
locals = LocalCapture.CAPTURE_FAILSOFT,
remap = false
locals = LocalCapture.CAPTURE_FAILSOFT
)
private static void create(
CallbackInfoReturnable<Language> cir,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ private static void execute(CommandContext<ServerCommandSource> context, Callbac
value = "INVOKE",
target = "Lnet/minecraft/command/argument/EntityArgumentType;getPlayers("
+ "Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;"
),
remap = false
)
)
private static Collection<ServerPlayerEntity> getPlayers(
CommandContext<ServerCommandSource> context, String name
Expand Down

0 comments on commit f17a48d

Please sign in to comment.