mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 08:56:04 +01:00
Generate handbooks on every launch, fix html docs
This commit is contained in:
@@ -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