EXPERIMENTAL: first try at catching up with latest stock intel changes
This commit is contained in:
@ -15,6 +15,8 @@ window.teamStringToId = function(teamStr) {
|
||||
var team = TEAM_NONE;
|
||||
if(teamStr === 'ENLIGHTENED') team = TEAM_ENL;
|
||||
if(teamStr === 'RESISTANCE') team = TEAM_RES;
|
||||
if(teamStr === 'E') team = TEAM_ENL;
|
||||
if(teamStr === 'R') team = TEAM_RES;
|
||||
return team;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user