mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-12 20:34:36 +01:00
Update boss blitz control id
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user