mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-15 14:54:43 +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;
|
this.currentExtraLineup = type;
|
||||||
|
|
||||||
if (sync) {
|
if (sync) {
|
||||||
|
// Sync with scene entities
|
||||||
this.getPlayer().getScene().syncLineup();
|
this.getPlayer().getScene().syncLineup();
|
||||||
|
// Sync lineup data with client
|
||||||
|
player.sendPacket(new PacketSyncLineupNotify(this.getExtraLineupByType(type)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user