will continue on page flipper later

This commit is contained in:
Night Kaly 2023-03-09 15:46:10 +00:00 committed by GitHub
parent dfb78dabab
commit 164841b09b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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