10 |
|
else if (!strcmp(team_string, "Syndicate")) return team_syndicate; |
11 |
|
else if (!strcmp(team_string, "Neutral")) return team_neutral; |
12 |
|
else if (!strcmp(team_string, "SecurityGuard")) return team_securityguard; |
13 |
< |
else if (!strcmp(team_string, "RougeKonoko")) return team_rougekonoko; |
13 |
> |
else if (!strcmp(team_string, "RogueKonoko")) return team_roguekonoko; |
14 |
|
else if (!strcmp(team_string, "Switzerland")) return team_switzerland; |
15 |
|
else if (!strcmp(team_string, "SyndicateAccessory")) return team_syndicateaccessory; |
16 |
|
return team_neutral; //if you enter a bad teamname, return Neutral..... |