mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-08-05 20:13:10 +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() {
|
public double getSpeed() {
|
||||||
return speed;
|
return speed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setSpeed(double value) {
|
||||||
|
this.speed = value; // Used in PK Items
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public StockAbility getStockAbility() {
|
public StockAbility getStockAbility() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue