紧急修复 --trusted-reader-dinner 参数内部处理错误的问题

This commit is contained in:
A.C.Sukazyo Eyre 2022-05-10 23:41:38 +08:00
parent 7ce151b9bf
commit a8eb17c53e
Signed by: Eyre_S
GPG Key ID: EFB47D98FE082FAD
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
## Core
VERSION = 0.6.3.3
VERSION = 0.6.4.0
# dependencies

View File

@ -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 = 1652197269644L;
}

View File

@ -125,6 +125,7 @@ public class ServerMain {
continue;
}
case "--trusted-reader-dinner" -> {
i++;
trustedReadersOfDinner.add(Long.parseLong(args[i]));
continue;
}