mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 23:33:37 +08:00
Bug fixes (#2314)
* Match resources names * Fix loading with no skill * Stop overriding common command alias * Fix discord link in version check popup * Forgot to add rotation fix * Remove unnecessary set
This commit is contained in:
committed by
GitHub
Unverified
parent
01766a0303
commit
f54432a89a
@@ -267,7 +267,7 @@ public final class RegionHandler implements Router {
|
||||
.setRegionInfo(RegionInfo.newBuilder())
|
||||
.setStopServer(
|
||||
StopServerInfo.newBuilder()
|
||||
.setUrl("https://discord.gg/grasscutters")
|
||||
.setUrl("https://discord.gg/T5vZU6UyeG")
|
||||
.setStopBeginTime((int) Instant.now().getEpochSecond())
|
||||
.setStopEndTime((int) Instant.now().getEpochSecond() + 1)
|
||||
.setContentMsg(
|
||||
|
||||
Reference in New Issue
Block a user