mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 05:44:36 +01:00
Fix lineup technique points not updating when changing lineups in the forgotten hall
This commit is contained in:
@@ -57,7 +57,10 @@ public class LineupManager {
|
||||
this.currentExtraLineup = type;
|
||||
|
||||
if (sync) {
|
||||
// Sync with scene entities
|
||||
this.getPlayer().getScene().syncLineup();
|
||||
// Sync lineup data with client
|
||||
player.sendPacket(new PacketSyncLineupNotify(this.getExtraLineupByType(type)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user