mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Fix Catapult
- Removes 2nd instance of reloadVariables()
This commit is contained in:
parent
80ef1ba645
commit
6ba07479d2
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ public class Catapult extends CoreAbility {
|
||||||
|
|
||||||
public Catapult(Player player, Catapult source) {
|
public Catapult(Player player, Catapult source) {
|
||||||
this.player = player;
|
this.player = player;
|
||||||
reloadVariables();
|
//reloadVariables();
|
||||||
flying = true;
|
flying = true;
|
||||||
moving = false;
|
moving = false;
|
||||||
|
|
||||||
|
@ -218,4 +218,4 @@ public class Catapult extends CoreAbility {
|
||||||
this.speed = speed;
|
this.speed = speed;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue