Removed "this" keyword for static access

This commit is contained in:
jack lin 2014-07-18 18:11:03 +12:00
parent fbf533f49d
commit cf004c5592

View file

@ -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();