fix teams
This commit is contained in:
@@ -105,7 +105,7 @@ class World {
|
||||
return m_CurrentState->m_Teams[TeamColor::Blue];
|
||||
}
|
||||
const Team& GetBlueTeam() const {
|
||||
return m_CurrentState->m_Teams[TeamColor::Red];
|
||||
return m_CurrentState->m_Teams[TeamColor::Blue];
|
||||
}
|
||||
|
||||
Team& GetTeam(TeamColor team) {
|
||||
|
||||
Reference in New Issue
Block a user