Missing closing bracket

This commit is contained in:
Marisa the Magician 2019-08-08 12:03:40 +02:00
commit b1aa6a7328

View file

@ -31,7 +31,7 @@ Class OptionMenuItemUTHudPreview : OptionMenuItem
switch ( mColorP.GetInt() )
{
case 0:
int t = Teams[mPTeam.GetInt();
int t = Teams[mPTeam.GetInt()];
if ( t < Teams.Size() )
tintcolor = Color(Teams[t].mName);
break;