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

make PlayerUtils.sendActivePlayerEffects private

This commit is contained in:
2024-09-24 08:03:56 +03:00
parent 48976117cb
commit 4a40a52d24

View File

@@ -89,7 +89,7 @@ public final class PlayerUtils {
}
}
public static void sendActivePlayerEffects(ServerPlayer player) {
private static void sendActivePlayerEffects(ServerPlayer player) {
for (var effect : player.getActiveEffects()) {
player.connection.send(new ClientboundUpdateMobEffectPacket(player.getId(), effect, false));
}