]> Dogcows Code - chaz/carfire/blobdiff - Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs
testing
[chaz/carfire] / Project06 / CS 3505 Project 06 / CS 3505 Project 06 / LobbyGUI.cs
index 4526befecb6c26ae2bf03441644bcf9324ccb016..3a7d8753afa18bb05eecb31d917148ca1d59d1bd 100644 (file)
@@ -254,7 +254,7 @@ namespace CS_3505_Project_06
                         }\r
 \r
                         //allows host to start the game when all players are ready, change count below to different number for testing with less then 4 players\r
-                        if(allReady && players.Count == 1 && localPlayer == players[0])\r
+                        if(allReady && players.Count == 2 && localPlayer == players[0])\r
                         {\r
                             if (currentKeyboardState.IsKeyDown(Keys.B) && previousKeyboardState.IsKeyUp(Keys.B))\r
                             {\r
This page took 0.025165 seconds and 4 git commands to generate.