mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Re-Add AirScooter.setSpeed()
Used in PK Items
This commit is contained in:
parent
2e43a27183
commit
0599d39da9
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@ public class AirScooter extends CoreAbility {
|
|||
public double getSpeed() {
|
||||
return speed;
|
||||
}
|
||||
|
||||
public void setSpeed(double value) {
|
||||
this.speed = value; // Used in PK Items
|
||||
}
|
||||
|
||||
@Override
|
||||
public StockAbility getStockAbility() {
|
||||
|
|
Loading…
Reference in a new issue