X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=blobdiff_plain;f=Project06%2FCS%203505%20Project%2006%2FCS%203505%20Project%2006%2FLobbyGUI.cs;h=3a7d8753afa18bb05eecb31d917148ca1d59d1bd;hp=4526befecb6c26ae2bf03441644bcf9324ccb016;hb=5284d2cf0e31870b5dab2e8ed9b9cb86313cbd2b;hpb=8c50e423a4325590132a2e921c73ed3439db7bbc diff --git a/Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs b/Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs index 4526bef..3a7d875 100644 --- a/Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs +++ b/Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs @@ -254,7 +254,7 @@ namespace CS_3505_Project_06 } //allows host to start the game when all players are ready, change count below to different number for testing with less then 4 players - if(allReady && players.Count == 1 && localPlayer == players[0]) + if(allReady && players.Count == 2 && localPlayer == players[0]) { if (currentKeyboardState.IsKeyDown(Keys.B) && previousKeyboardState.IsKeyUp(Keys.B)) {