Core: Make log time an optional arg & setting for Generate.py as well #4312

This commit is contained in:
NewSoupVi
2025-01-20 01:56:37 +01:00
committed by GitHub
parent ca8ffe583d
commit 130232b457
2 changed files with 6 additions and 2 deletions

View File

@@ -678,6 +678,8 @@ class GeneratorOptions(Group):
race: Race = Race(0)
plando_options: PlandoOptions = PlandoOptions("bosses, connections, texts")
panic_method: PanicMethod = PanicMethod("swap")
loglevel: str = "info"
logtime: bool = False
class SNIOptions(Group):