mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-23 00:15:05 +00:00
Removed "this" keyword for static access
This commit is contained in:
parent
fbf533f49d
commit
cf004c5592
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public class IceSpike {
|
|||
|
||||
public IceSpike(Player player, Location origin, int damage,
|
||||
Vector throwing, long aoecooldown) {
|
||||
this.cooldown = aoecooldown;
|
||||
cooldown = aoecooldown;
|
||||
this.player = player;
|
||||
this.origin = origin;
|
||||
location = origin.clone();
|
||||
|
|
Loading…
Reference in a new issue