1
0
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:
Warrior
2026-01-25 20:22:31 +01:00
committed by GitHub
parent 9c9e5313ca
commit 77dac78bec

View File

@@ -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");
} }