9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-28 11:29:15 +00:00

Update libs

This commit is contained in:
XiaoMoMi
2024-07-12 14:29:21 +08:00
parent 2c013b3b60
commit b8a29e7e2f
2 changed files with 7 additions and 7 deletions

View File

@@ -790,7 +790,7 @@ public class BukkitGameManager implements GameManager {
}
}
}
SparrowHeart.getInstance().sendTitle(getPlayer(), AdventureHelper.miniMessageToJson(sb.toString()), subtitle.render(hook.getContext()), 0, 20, 0);
SparrowHeart.getInstance().sendTitle(getPlayer(), AdventureHelper.miniMessageToJson(sb.toString()), AdventureHelper.miniMessageToJson(subtitle.render(hook.getContext())), 0, 20, 0);
}
} catch (Exception e) {
plugin.getPluginLogger().warn("Failed to show `dance` UI", e);