mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-29 02:49:52 +08:00
Generate handbooks on every launch, fix html docs
This commit is contained in:
committed by
Luke H-W
Unverified
parent
e963419956
commit
c1ff7332fe
@@ -89,13 +89,13 @@ public final class Grasscutter {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
Crypto.loadKeys(); // Load keys from buffers.
|
||||
Tools.createGmHandbooks();
|
||||
|
||||
// Parse arguments.
|
||||
boolean exitEarly = false;
|
||||
for (String arg : args) {
|
||||
switch (arg.toLowerCase()) {
|
||||
case "-handbook", "-handbooks" -> {
|
||||
Tools.createGmHandbooks();
|
||||
exitEarly = true;
|
||||
}
|
||||
case "-dumppacketids" -> {
|
||||
|
||||
Reference in New Issue
Block a user