mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 16:16:46 +00:00
Forgot a dispatch prefix on error while merging
This commit is contained in:
parent
96da53b5fb
commit
ff6958ed1f
@ -155,7 +155,7 @@ public final class DispatchServer {
|
||||
|
||||
this.regionListBase64 = Base64.getEncoder().encodeToString(regionList.toByteString().toByteArray());
|
||||
} catch (Exception e) {
|
||||
Grasscutter.getLogger().error("Error while initializing region info!", e);
|
||||
Grasscutter.getLogger().error("[Dispatch] Error while initializing region info!", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user