Fixed sign update issue.

This commit is contained in:
Drakia 2011-04-06 01:03:52 -07:00
parent b17d00e4e8
commit e3f550d43d
2 changed files with 2 additions and 1 deletions

1
README
View File

@ -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

View File

@ -254,7 +254,7 @@ public class Portal {
mc.setPassenger(passenger);
mc.setVelocity(newVelocity);
}
});
}, 1);
} else {
mc.setVelocity(newVelocity);
}