Update boss blitz control id

This commit is contained in:
Melledy
2025-11-30 23:35:04 -08:00
parent 56b4d3b66d
commit 3171bce3cc

View File

@@ -19,8 +19,9 @@ public class ScoreBossManager extends PlayerManager {
super(player);
}
// TODO calculate from bin data
public int getControlId() {
return 1;
return 2;
}
public ScoreBossControlDef getControlData() {