This commit is contained in:
2025-01-08 21:01:06 -06:00
parent 56226c71eb
commit 9c1afd9441
@@ -18,7 +18,6 @@ public class PlayerPet {
public static void process(Mob pet){
if(pet.getOwner() == null){
pet.despawn();
return;
}