mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
Persist all entities that have been leashed.
This commit is contained in:
parent
d4a06ea84a
commit
66ee0ba701
@ -69,8 +69,10 @@ class GameplayFeature : Feature() {
|
||||
// Something to do with Bukkit, leashes must happen after the event.
|
||||
Bukkit.getScheduler().runTask(plugin) { ->
|
||||
// If the entity is already leashed, don't do anything.
|
||||
if (livingEntity.isLeashed
|
||||
) return@runTask
|
||||
if (livingEntity.isLeashed) return@runTask
|
||||
|
||||
// Interacted with the entity, don't despawn it.
|
||||
livingEntity.removeWhenFarAway = false
|
||||
|
||||
val leashSuccess = livingEntity.setLeashHolder(event.player)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user