- Fixed the impossiblity to disable Vanguard variant mode in desktop version of Forge.

This commit is contained in:
Agetian
2015-09-29 16:23:02 +00:00
parent e0956ff9bd
commit 988b9ff1aa

View File

@@ -406,7 +406,7 @@ public abstract class GameLobby {
deck = deck == null ? rp.getDeck() : deck;
final CardPool avatarPool = deck.get(DeckSection.Avatar);
if (avatarPool != null) {
if (avatarPool != null && (hasVariant(GameType.Vanguard) || hasVariant(GameType.MomirBasic))) {
vanguardAvatar = avatarPool.get(0);
}