]> Dogcows Code - chaz/carfire/blobdiff - Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs
updated search for games screen, loading on second comp to test search
[chaz/carfire] / Project06 / CS 3505 Project 06 / CS 3505 Project 06 / NetworkGame.cs
index c8cc60c907f3be7788c4c5983ffda2bbed1bc1c5..b27393201e3b793331abb547d6208c5654bed132 100644 (file)
@@ -98,7 +98,7 @@ namespace CS_3505_Project_06
         //    -Brady\r
         public bool sessionExists()\r
         {\r
-            return mNetworkSession == null;\r
+            return mNetworkSession != null;\r
         }\r
 \r
         public AvailableNetworkSessionCollection FindSessions()\r
This page took 0.016204 seconds and 4 git commands to generate.