mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-17 17:32:36 +01:00
Fix leftover sync tp in taming subskill (#5248)
This commit is contained in:
@@ -304,7 +304,7 @@ public class TamingManager extends SkillManager {
|
|||||||
|
|
||||||
Player owner = getPlayer();
|
Player owner = getPlayer();
|
||||||
|
|
||||||
wolf.teleport(owner);
|
mcMMO.p.getFoliaLib().getScheduler().teleportAsync(wolf, owner.getLocation());
|
||||||
NotificationManager.sendPlayerInformation(owner, NotificationType.SUBSKILL_MESSAGE,
|
NotificationManager.sendPlayerInformation(owner, NotificationType.SUBSKILL_MESSAGE,
|
||||||
"Taming.Listener.Wolf");
|
"Taming.Listener.Wolf");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user