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
README
src/net/TheDgtl/Stargate

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