NotJustin / SkillAutoBalance

12 stars 3 forks source link

g_iClientTeam is sometimes wrong #11

Closed NotJustin closed 4 years ago

NotJustin commented 4 years ago

In the debug version of the plugin I'm using, I see that sometimes the client's team is sometimes incorrect.

This will cause issues where the particular player is never swapped. I will do more research on why this happens.

NotJustin commented 4 years ago

I do not see the issue anymore after adding a RequestFrame to update g_iClientTeam before doing Plugin_Continue in the command listener for "jointeam"

Will wait for a couple hours to verify this before closing/pushing fix