mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-15 15:31:16 +00:00
fix: add 'main' role to character filtering logic
This commit is contained in:
@@ -683,7 +683,7 @@ func GetCharactersFromVndb(vnID string) ([]CharacterParams, error) {
|
||||
}
|
||||
}
|
||||
|
||||
if role != "primary" && role != "side" {
|
||||
if role != "primary" && role != "side" && role != "main" {
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user