In v.0.9.0b of TTT, the following breaking change was made:
Adjusted Player:HasRole() and Player:HasTeam() to support simplified role and team checks (no parameter are supported anymore, use Player:GetRole() or Player:GetTeam() instead)
This pull request changes instances of HasTeam(x) to GetTeam() == x
In my testing, I found this to be the cause for #29
In v.0.9.0b of TTT, the following breaking change was made:
This pull request changes instances of HasTeam(x) to GetTeam() == x
In my testing, I found this to be the cause for #29