Reset speed on clearNopwnageData.

This commit is contained in:
asofold 2012-09-04 07:10:11 +02:00
parent 97c7f68ad3
commit 3940f275c5

View File

@ -78,6 +78,7 @@ public class ChatData implements CheckData {
captchaVL = 0D; captchaVL = 0D;
// colorVL <- is spared to avoid problems with spam + captcha success. // colorVL <- is spared to avoid problems with spam + captcha success.
// noPwnageVL <- Is handled by the ActionFrequency forgtting mechanism, currently (call clear otherwise). // noPwnageVL <- Is handled by the ActionFrequency forgtting mechanism, currently (call clear otherwise).
noPwnageSpeed.clear(System.currentTimeMillis());
noPwnageJoinTime = noPwnageLastMessageTime = noPwnageLastMovedTime = noPwnageLastWarningTime = noPwnageLeaveTime = noPwnageReloginWarningTime = 0L; noPwnageJoinTime = noPwnageLastMessageTime = noPwnageLastMovedTime = noPwnageLastWarningTime = noPwnageLeaveTime = noPwnageReloginWarningTime = 0L;
noPwnageGeneratedCaptcha = noPwnageLastMessage = ""; noPwnageGeneratedCaptcha = noPwnageLastMessage = "";
} }