1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

backport to 1.21

This commit is contained in:
2025-08-17 18:28:46 +03:00
parent fce13237f9
commit 5f8a868e5c

View File

@@ -63,7 +63,7 @@ public abstract class SkullBlockEntityMixin {
PlayerUtils.applyRestoredSkin(profile, skin.value());
return Optional.of(profile);
}, Util.backgroundExecutor().forName("getProfile")));
}, Util.backgroundExecutor()));
}
}
}