File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "A high performance Python interface for communicating with RLBot
8
8
dynamic = [" version" ]
9
9
requires-python = " >= 3.11"
10
10
dependencies = [
11
- " rlbot_flatbuffers~=0.14.5 " ,
11
+ " rlbot_flatbuffers~=0.14.6 " ,
12
12
" psutil==7.*" ,
13
13
]
14
14
readme = " README.md"
Original file line number Diff line number Diff line change 80
80
"SaltyShores_SaltyFest" : "Beach_Night_GRS_P" ,
81
81
"Carbon" : "KO_Carbon_P" ,
82
82
"DriftWoods" : "Woods_P" ,
83
+ "Neotokyo_Arcade" : "NeoTokyo_Arcade_P" ,
84
+ "FuturaGarden" : "UF_Day_P" ,
83
85
}
84
86
85
87
STANDARD_MAPS = [
131
133
"AquaDome_Shallows" ,
132
134
"SaltyShores_SaltyFest" ,
133
135
"DriftWoods" ,
136
+ "Neotokyo_Arcade" ,
137
+ "FuturaGarden" ,
134
138
]
Original file line number Diff line number Diff line change 1
- __version__ = "2.0.0-beta.36 "
1
+ __version__ = "2.0.0-beta.37 "
You can’t perform that action at this time.
0 commit comments