Reset leader index when changing to an extra lineup

This commit is contained in:
Melledy
2023-10-23 06:28:54 -07:00
parent 0a72a6ea82
commit af607f648e

View File

@@ -55,6 +55,7 @@ public class LineupManager {
*/ */
public void setCurrentExtraLineup(int type, boolean sync) { public void setCurrentExtraLineup(int type, boolean sync) {
this.currentExtraLineup = type; this.currentExtraLineup = type;
this.currentLeader = 0;
if (sync) { if (sync) {
// Sync with scene entities // Sync with scene entities