]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove unused SELFPARAM();
authorTimePath <andrew.hardaker1995@gmail.com>
Sun, 22 May 2016 05:13:08 +0000 (15:13 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sun, 22 May 2016 05:13:08 +0000 (15:13 +1000)
qcsrc/common/vehicles/sv_vehicles.qc

index c1ad7a79166c14212ed2bb63892bb04107887a34..eac4b67626a0b7f61fe6b97795a4a3c9ba233ad6 100644 (file)
@@ -954,8 +954,6 @@ bool vehicle_impulse(entity this, int imp)
 
 void vehicles_enter(entity pl, entity veh)
 {
-    SELFPARAM();
-
    // Remove this when bots know how to use vehicles
        if((IS_BOT_CLIENT(pl) && !autocvar_g_vehicles_allow_bots))
                return;