Just a typo.

This commit is contained in:
asofold 2014-03-18 23:34:45 +01:00
parent a0091f92d0
commit 2478ae787b

View File

@ -32,7 +32,8 @@ public class FastHeal extends Check {
else{
// Violation.
final double correctedDiff = ((double) time - data.fastHealRefTime) * TickTask.getLag(cc.fastHealInterval);
// TODO: Consider using a simple buffer as well (to get closer to the correct interva).
// TODO: Consider using a simple buffer as well (to get closer to the correct interval).
// TODO: Check if we added a buffer.
if (correctedDiff < cc.fastHealInterval){
data.fastHealBuffer -= (cc.fastHealInterval - correctedDiff);
if (data.fastHealBuffer <= 0){