We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e17e4a commit 6e1913aCopy full SHA for 6e1913a
src/main/java/emu/grasscutter/server/http/HttpServer.java
@@ -218,6 +218,8 @@ public void applyRoutes(Javalin javalin) {
218
219
<body>
220
<img src="https://http.cat/404" />
221
+ <h1>Grasscutter cannot find the route you're trying to access.</h1>
222
+ <p>Your proxy is active, so if you're trying to download something close the game/stop the proxy.</p>
223
</body>
224
</html>
225
""");
0 commit comments