mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-02 08:40:01 +01:00
Reset speed on clearNopwnageData.
This commit is contained in:
parent
97c7f68ad3
commit
3940f275c5
@ -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 = "";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user