mirror of
https://github.com/GeyserExtensionists/GeyserUtils.git
synced 2025-12-19 15:09:24 +00:00
fix
This commit is contained in:
@@ -75,8 +75,8 @@ public class PlayerUtils {
|
|||||||
EntityUtils.sendCustomColor(player, entity.getEntityId(), color);
|
EntityUtils.sendCustomColor(player, entity.getEntityId(), color);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void setCustomEntity(Player player, Entity entity, String def) {
|
public static void setCustomEntity(Player player, int id, String def) {
|
||||||
EntityUtils.setCustomEntity(player, entity.getEntityId(), def);
|
EntityUtils.setCustomEntity(player, id, def);
|
||||||
}
|
}
|
||||||
|
|
||||||
// (yes I'm aware it's "horrible" code), also this aint player packets at all lmao
|
// (yes I'm aware it's "horrible" code), also this aint player packets at all lmao
|
||||||
|
|||||||
Reference in New Issue
Block a user