mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 19:24:53 +08:00
[[[0.6.4.0]]]
## 🧯Bug Fix
- 紧急修复 --trusted-reader-dinner 参数内部处理错误的问题
This commit is contained in:
commit
30b10382d6
@ -1,6 +1,6 @@
|
||||
## Core
|
||||
|
||||
VERSION = 0.6.3.3
|
||||
VERSION = 0.6.4.0
|
||||
|
||||
# dependencies
|
||||
|
||||
|
@ -4,6 +4,6 @@ package cc.sukazyo.cono.morny;
|
||||
* the final field that will be updated by gradle automatically.
|
||||
*/
|
||||
public class GradleProjectConfigures {
|
||||
public static final String VERSION = "0.6.3.3";
|
||||
public static final long COMPILE_TIMESTAMP = 1652195187089L;
|
||||
public static final String VERSION = "0.6.4.0";
|
||||
public static final long COMPILE_TIMESTAMP = 1652197330102L;
|
||||
}
|
||||
|
@ -125,6 +125,7 @@ public class ServerMain {
|
||||
continue;
|
||||
}
|
||||
case "--trusted-reader-dinner" -> {
|
||||
i++;
|
||||
trustedReadersOfDinner.add(Long.parseLong(args[i]));
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user