Added expire to Stacker throw.

This commit is contained in:
Jonathan Williams 2015-11-11 04:32:56 -06:00
parent 3e6d73221b
commit 0e6146d5c9

View File

@ -226,7 +226,7 @@ public class StackerManager extends MiniPlugin implements IThrown
UtilAction.velocity(throwee, thrower.getLocation().getDirection(), 1.8, false, 0, 0.3, 2, false);
_projectileManager.AddThrow(throwee, thrower, this, -1, true, false, true, false, 0.5f);
_projectileManager.AddThrow(throwee, thrower, this, 4000, true, false, true, false, 0.5f);
//Portal Delay
Manager.SetPortalDelay(thrower);