mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-14 12:57:55 +00:00
Fix
- Remove 2nd instance of reloadVariables()
This commit is contained in:
parent
80ef1ba645
commit
075d2b1c2e
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public class AirBlast extends CoreAbility {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/* End Initial Checks */
|
/* End Initial Checks */
|
||||||
reloadVariables();
|
//reloadVariables();
|
||||||
this.player = player;
|
this.player = player;
|
||||||
if (origins.containsKey(player)) {
|
if (origins.containsKey(player)) {
|
||||||
otherorigin = true;
|
otherorigin = true;
|
||||||
|
|
Loading…
Reference in a new issue