Add documentation on 404 error page. (#2463)

* Update HttpServer.java

* Update HttpServer.java

---------

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
This commit is contained in:
OmegaPobretón 2024-01-19 05:30:03 +01:00 committed by GitHub
parent 9e17e4aacb
commit 6e1913aacb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@ public final class HttpServer {
<body>
<img src="https://http.cat/404" />
<h1>Grasscutter cannot find the route you're trying to access.</h1>
<p>Your proxy is active, so if you're trying to download something close the game/stop the proxy.</p>
</body>
</html>
""");