mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Show better default player 2 name
This commit is contained in:
@@ -19,7 +19,7 @@ public final class OfflineLobby extends GameLobby {
|
|||||||
final LobbySlot slot0 = new LobbySlot(LobbySlotType.LOCAL, humanName, avatarIndices[0], 0, true, true, Collections.<AIOption>emptySet());
|
final LobbySlot slot0 = new LobbySlot(LobbySlotType.LOCAL, humanName, avatarIndices[0], 0, true, true, Collections.<AIOption>emptySet());
|
||||||
addSlot(slot0);
|
addSlot(slot0);
|
||||||
|
|
||||||
final LobbySlot slot1 = new LobbySlot(LobbySlotType.OPEN, null, avatarIndices[1], 1, false, false, Collections.<AIOption>emptySet());
|
final LobbySlot slot1 = new LobbySlot(LobbySlotType.OPEN, "Open", avatarIndices[1], 1, false, false, Collections.<AIOption>emptySet());
|
||||||
addSlot(slot1);
|
addSlot(slot1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user