diff --git a/README b/README index 5261b6e..5875d6b 100644 --- a/README +++ b/README @@ -24,6 +24,7 @@ Known Issues - stargate.destroy.owner - Allow this player/group to destroy any stargate that they are the owner of. - stargate.hidden - Allow this player/group to see all hidden stargates. - stargate.private - Allow this player/group to use all private stargates. + - stargate.free - This player/group is not charged to use gates even if the gate has a cost. ============= Instructions diff --git a/src/net/TheDgtl/Stargate/Portal.java b/src/net/TheDgtl/Stargate/Portal.java index 0e0ad1d..5907dcf 100644 --- a/src/net/TheDgtl/Stargate/Portal.java +++ b/src/net/TheDgtl/Stargate/Portal.java @@ -254,7 +254,7 @@ public class Portal { mc.setPassenger(passenger); mc.setVelocity(newVelocity); } - }); + }, 1); } else { mc.setVelocity(newVelocity); }