]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix typo
authorterencehill <piuntn@gmail.com>
Mon, 3 Dec 2012 14:41:30 +0000 (15:41 +0100)
committerterencehill <piuntn@gmail.com>
Mon, 3 Dec 2012 14:41:30 +0000 (15:41 +0100)
qcsrc/server/cl_client.qc

index 9d6bcf798d8b3026e6fb542731491923ba99b715..274bb1b539daf5b8f550a62fa6be86ef27a36b1e 100644 (file)
@@ -2042,7 +2042,7 @@ void player_regen (void)
        limita = limita * limit_mod;
        //limitf = limitf * limit_mod;
 
-       if(g_lms && g_ca)
+       if(g_lms || g_ca)
                rot_mod = 0;
 
        if (!g_minstagib && !g_ca && (!g_lms || autocvar_g_lms_regenerate))