mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 04:45:02 +01:00
Update boss blitz control id
This commit is contained in:
@@ -19,8 +19,9 @@ public class ScoreBossManager extends PlayerManager {
|
|||||||
super(player);
|
super(player);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO calculate from bin data
|
||||||
public int getControlId() {
|
public int getControlId() {
|
||||||
return 1;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ScoreBossControlDef getControlData() {
|
public ScoreBossControlDef getControlData() {
|
||||||
|
|||||||
Reference in New Issue
Block a user