This commit is contained in:
Night Kaly 2023-03-09 15:59:17 +00:00 committed by GitHub
parent e8dcc576a5
commit e8ec212137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,9 @@ package me.night0721.lilase.features.sniper;
public class PageFlipper {
public void start() {
Utils.checkFooter();
if (Utils.cookie) {
Utils.sendServerMessage("/ah");
}
// Utils.checkFooter();
// if (Utils.cookie) {
// Utils.sendServerMessage("/ah");
// }
}
}