Click the dropdown to select a key, (a Rematch team)
Error happens here.
In Rematch 5, iterating over the Rematch.savedTeams table will only return the methods on that table, and not the teams. Use :AllTeams() to iterate over all the teams.
This has not been tested on Rematch 4, but should work. But whos still running Rematch 4?
To reproduce the error from #73 :
In Rematch 5, iterating over the
Rematch.savedTeams
table will only return the methods on that table, and not the teams. Use:AllTeams()
to iterate over all the teams.This has not been tested on Rematch 4, but should work. But whos still running Rematch 4?