mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-28 13:36:33 +01:00
Also Disable Despawning for default Mobtypes
This commit is contained in:
parent
12ac14db12
commit
5f8c9c4bcd
@ -125,6 +125,9 @@ public class SIGNMob extends DSign {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Disable Despawning
|
||||||
|
entity.setRemoveWhenFarAway(false);
|
||||||
|
|
||||||
new DMob(entity, sign.gworld, null);
|
new DMob(entity, sign.gworld, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user