You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that some of the Enum variables in libmelee's melee.enums.Action have been assigned the same values. Please reassign the enums for those variables.
I noticed that some of the Enum variables in
libmelee
'smelee.enums.Action
have been assigned the same values. Please reassign the enums for those variables.code:
libmelee/melee/enums.py
Line 640 in 537f4ec
For example:
Action.DOWN_B_AIR
Action.SWORD_DANCE_4_LOW_AIR
List of indices with duplicated assignments:
The text was updated successfully, but these errors were encountered: