1462: Remove empty else branch r=def- a=ChillerDragon



Co-authored-by: ChillerDragon <chillerdragon@gmail.com>
This commit is contained in:
bors[bot] 2019-02-25 19:21:04 +00:00
commit dfa16e37ba

View file

@ -1466,11 +1466,7 @@ void CCharacter::HandleTiles(int Index)
{
Teams()->OnCharacterStart(m_pPlayer->GetCID());
m_CpActive = -2;
} else {
}
}
// finish