From e3f550d43d20bcc394e7a82e30458ad5975c22a8 Mon Sep 17 00:00:00 2001 From: Drakia Date: Wed, 6 Apr 2011 01:03:52 -0700 Subject: [PATCH] Fixed sign update issue. --- README | 1 + src/net/TheDgtl/Stargate/Portal.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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); }