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

View file

@ -4,7 +4,7 @@ public class PageFlipper {
public void start() {
Utils.checkFooter();
if (Utils.cookie) {
Utils.sendServerMessage("/ah")
Utils.sendServerMessage("/ah");
}
}
}