mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 22:04:36 +01:00
Force extra lineup to be set when validating a challenge instance during login
This commit is contained in:
@@ -160,6 +160,8 @@ public class ChallengeInstance {
|
||||
public boolean validate(Player player) {
|
||||
if (this.player == null) {
|
||||
this.player = player;
|
||||
// Force extra lineup type to be set during login
|
||||
this.player.getLineupManager().setCurrentExtraLineup(this.getCurrentExtraLineup(), false);
|
||||
}
|
||||
|
||||
this.excel = GameData.getChallengeExcelMap().get(this.challengeId);
|
||||
|
||||
Reference in New Issue
Block a user