Skip to content

Commit

Permalink
Fix shadow warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonull committed Jul 16, 2024
1 parent 5d6fbe5 commit ee1c323
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

@Mixin(CommandUtils.class)
public abstract class ChatWaypointSafelyClickMixin {
@Shadow
@Shadow(
remap = false
)
private static @Nullable Waypoint createWaypointFromChat(
final @NotNull String details
) {
Expand Down

0 comments on commit ee1c323

Please sign in to comment.