]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.c
334
[xonotic/darkplaces.git] / netconn.c
index 196288fdd51c41deb73623cbb50211eaed0472ef..d6ba818b7f65b8ebf035f7b044b8c5060560c611 100755 (executable)
--- a/netconn.c
+++ b/netconn.c
@@ -154,7 +154,7 @@ static qboolean _hc_testint( int A, hostcache_infofield_t op, int B )
        int diff;
 
        diff = A - B;
-       switch( hostcache_currentmask.pingtest ) {
+       switch( op ) {
                        case HCMO_GREATER:
                                if( !diff )
                                        return false;