X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fphysics%2Fplayer.qc;fp=qcsrc%2Fcommon%2Fphysics%2Fplayer.qc;h=2fd66af671f54ea1bb85cbde7f8b7a04f0d3ba7a;hp=5d4beb1acf1a7615391d14f5f035a264ca7875ca;hb=deb4c0dce1468665f6328aea364ab570b93490f8;hpb=e65ceea744386d1236c3439a87bebc27a5df564c diff --git a/qcsrc/common/physics/player.qc b/qcsrc/common/physics/player.qc index 5d4beb1acf..2fd66af671 100644 --- a/qcsrc/common/physics/player.qc +++ b/qcsrc/common/physics/player.qc @@ -628,7 +628,7 @@ void PM_check_hitground(entity this) if (!this.wasFlying) return; this.wasFlying = false; if (this.waterlevel >= WATERLEVEL_SWIMMING) return; - if (time < this.ladder_time) return; + if (this.ladder_entity) return; for(int slot = 0; slot < MAX_WEAPONSLOTS; ++slot) { .entity weaponentity = weaponentities[slot];