X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=blobdiff_plain;f=Project06%2FCS%203505%20Project%2006%2FCS%203505%20Project%2006%2FNetworkGame.cs;h=283979b3d6babb0aeab181bfc78ff670d7e7ed78;hp=c8cc60c907f3be7788c4c5983ffda2bbed1bc1c5;hb=4e7638512503342a26e131896103c1f28d726dab;hpb=fda045bce6b1a1ad4dc9b7ccbb33fc1c536a5957 diff --git a/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs b/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs index c8cc60c..283979b 100644 --- a/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs +++ b/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs @@ -73,7 +73,7 @@ namespace CS_3505_Project_06 { get { - return mNetworkSession.LocalGamers; + return mNetworkSession.AllGamers; } } @@ -98,7 +98,7 @@ namespace CS_3505_Project_06 // -Brady public bool sessionExists() { - return mNetworkSession == null; + return mNetworkSession != null; } public AvailableNetworkSessionCollection FindSessions()