mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-12 10:47:28 +08:00
idz: disabled by default to silence warnings for people who don't feel like configuring games they don't intend to use
This commit is contained in:
@@ -10,7 +10,7 @@ class IDZServerConfig:
|
||||
@property
|
||||
def enable(self) -> bool:
|
||||
return CoreConfig.get_config_field(
|
||||
self.__config, "idz", "server", "enable", default=True
|
||||
self.__config, "idz", "server", "enable", default=False
|
||||
)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user