fixed some bugs

This commit is contained in:
Mini-Chiss 2015-08-08 13:51:37 +02:00
parent fa7f19bde5
commit e030331565
2 changed files with 4 additions and 2 deletions

View File

@ -99,6 +99,7 @@ public class KothManager extends MiniPlugin
//All peices are always same color!
for (OutfitTeam outfit : _teamArmor)
{
if (outfit.IsActive(player))
return outfit.getTeamColor(player);
}

View File

@ -322,6 +322,7 @@ public class SoccerManager extends MiniPlugin
//All peices are always same color!
for (OutfitTeam outfit : _teamArmor)
{
if (outfit.IsActive(player))
return outfit.getTeamColor(player);
}