Skip to content

Commit fe54be9

Browse files
Fix wrong PsyonixSkill default
1 parent 7d74aa8 commit fe54be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rlbot/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def load_match_config(config_path: Path | str) -> flat.MatchConfiguration:
4545

4646
loadout_file = car_table.get("loadout_file")
4747
variant = car_table.get("type", "rlbot")
48-
skill = __parse_enum(car_table, "skill", flat.PsyonixSkill)
48+
skill = __parse_enum(car_table, "skill", flat.PsyonixSkill, int(flat.PsyonixSkill.AllStar))
4949
match variant:
5050
case "rlbot":
5151
if car_config is None:

0 commit comments

Comments
 (0)