]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/spawnpoints.qc
Some minor cleanup, use intrusive lists for bot projectile finding
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / spawnpoints.qc
index f4dfe0432022927095c423f578b4599e58bfe27d..59cc052af421942def992c27f5103fd3d08d00d8 100644 (file)
@@ -334,7 +334,7 @@ entity SelectSpawnPoint(entity this, bool anypoint)
        float teamcheck;
        entity spot, firstspot;
 
-       spot = find (NULL, classname, "testplayerstart");
+       spot = find(NULL, classname, "testplayerstart");
        if (spot)
                return spot;