..
This commit is contained in:
parent
e8dcc576a5
commit
e8ec212137
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@ package me.night0721.lilase.features.sniper;
|
||||||
|
|
||||||
public class PageFlipper {
|
public class PageFlipper {
|
||||||
public void start() {
|
public void start() {
|
||||||
Utils.checkFooter();
|
// Utils.checkFooter();
|
||||||
if (Utils.cookie) {
|
// if (Utils.cookie) {
|
||||||
Utils.sendServerMessage("/ah");
|
// Utils.sendServerMessage("/ah");
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue