- Minor style adherence correction (expand tabs to spaces).

This commit is contained in:
Agetian
2013-04-10 12:54:17 +00:00
parent 43c1216f4e
commit 3458cc6ee1

View File

@@ -147,7 +147,7 @@ public class MatchController {
continue;
String currentAiProfile = Singletons.getModel().getPreferences().getPref(FPref.UI_CURRENT_AI_PROFILE);
String lastProfileChosen = this.getPlayedGames().isEmpty() ? currentAiProfile : p.getLobbyPlayer().getAiProfile();
String lastProfileChosen = this.getPlayedGames().isEmpty() ? currentAiProfile : p.getLobbyPlayer().getAiProfile();
// TODO: implement specific AI profiles for quest mode.
boolean wantRandomProfile = currentAiProfile.equals(AiProfileUtil.AI_PROFILE_RANDOM_DUEL)