mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Update to android to support 3/4 player games
This commit is contained in:
@@ -177,7 +177,7 @@ public abstract class GameLobby implements IHasGameType {
|
||||
slot.setIsArchenemy(true);
|
||||
lastArchenemy = 0;
|
||||
}
|
||||
updateView(false);
|
||||
updateView(true);
|
||||
}
|
||||
private String randomName() {
|
||||
final List<String> names = Lists.newArrayListWithCapacity(MAX_PLAYERS);
|
||||
|
||||
Reference in New Issue
Block a user