]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Bot AI: as for jumppad waypoint, remove ambiguity from touch check of teleport /...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index adfa40aeb6050de44535abf2368ba6dfe901f2ef..14291d2510f7eae5261e65c35545588e3e1882e3 100644 (file)
@@ -636,7 +636,6 @@ void PutPlayerInServer(entity this)
        setorigin(this, spot.origin + '0 0 1' * (1 - this.mins.z - 24));
        // don't reset back to last position, even if new position is stuck in solid
        this.oldorigin = this.origin;
-       this.lastteleporttime = time; // prevent insane speeds due to changing origin
        if(this.conveyor)
                IL_REMOVE(g_conveyed, this);
        this.conveyor = NULL; // prevent conveyors at the previous location from moving a freshly spawned player