mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 17:05:20 +01:00
avoid compile error caused by encoding
This commit is contained in:
@@ -7,7 +7,7 @@ import express.http.Response;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* Used for processing crash dumps & logs generated by the game.
|
||||
* Used for processing crash dumps and logs generated by the game.
|
||||
* Logs are in JSON, and are sent to the server for logging.
|
||||
*/
|
||||
public final class ClientLogHandler implements HttpContextHandler {
|
||||
|
||||
Reference in New Issue
Block a user