Skip to content

Commit 712bf1d

Browse files
committed
Fix mixin
1 parent d549bef commit 712bf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/litetex/capes/mixins/compat/minecraftcapes/DownloadManagerMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@Mixin(targets = "net/minecraftcapes/player/DownloadManager", remap = false)
1414
public abstract class DownloadManagerMixin
1515
{
16-
@Inject(method = "prepareDownload", at = @At("HEAD"), cancellable = true, remap = false, require = 0)
16+
@Inject(method = "prepareDownload*", at = @At("HEAD"), cancellable = true, remap = false, require = 0)
1717
private static void prepareDownload(
1818
final UUID playerUUID,
1919
final String playerName,

0 commit comments

Comments
 (0)