SoE: update to v050 (#4497)
* Cuts some cutscenes * Adds meta data for tracker to detect settings
This commit is contained in:
@@ -309,7 +309,7 @@ class SoEOptions(PerGameCommonOptions):
|
||||
|
||||
@property
|
||||
def flags(self) -> str:
|
||||
flags = ''
|
||||
flags = 'AGBo' # configures auto-tracker to AP's fill
|
||||
for field in fields(self):
|
||||
option = getattr(self, field.name)
|
||||
if isinstance(option, (EvermizerFlag, EvermizerFlags)):
|
||||
|
||||
Reference in New Issue
Block a user