Fixed sign update issue.
This commit is contained in:
parent
b17d00e4e8
commit
e3f550d43d
1
README
1
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.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.hidden - Allow this player/group to see all hidden stargates.
|
||||||
- stargate.private - Allow this player/group to use all private 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
|
Instructions
|
||||||
|
@ -254,7 +254,7 @@ public class Portal {
|
|||||||
mc.setPassenger(passenger);
|
mc.setPassenger(passenger);
|
||||||
mc.setVelocity(newVelocity);
|
mc.setVelocity(newVelocity);
|
||||||
}
|
}
|
||||||
});
|
}, 1);
|
||||||
} else {
|
} else {
|
||||||
mc.setVelocity(newVelocity);
|
mc.setVelocity(newVelocity);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user