Added expire to Stacker throw.
This commit is contained in:
parent
3e6d73221b
commit
0e6146d5c9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user