Don't forget to increase the VL.

This commit is contained in:
asofold 2013-02-17 19:54:06 +01:00
parent 3bb6e94432
commit cd2cb78ad6

View File

@ -31,6 +31,7 @@ public class Speed extends Check {
// Lag correction
final int correctedCount = (int) ((double) data.speedCount / TickTask.getLag(time - data.speedTime));
if (correctedCount > cc.speedLimit){
data.speedVL ++;
if (executeActions(player, data.speedVL, 1, cc.speedActions)){
cancel = true;
}