Fix for ISBoxer Load Team not working consistently

Issue #46 new
Former user created an issue

Following changes need to be made in ISBoxer-Classic.lua

function EMA:PLAYER_ENTERING_WORLD(event, ... )
    EMA:ScheduleTimer( "IsboxerSyncTeamList", 2.5 )
    EMA:ScheduleTimer( "AddIsboxerMembersToList", 0.5 ) -- needs a delay to run after isboxer addon initializes it's data sources
end

function EMA:AddIsboxerMembersToList() -- renamed to avoid collision with same function name in Team-Classic.lua:1450
    table.wipe( EMA.db.isboxerTeamList ) -- clear out the list of data because it can be prepopulated with crap.