diff --git a/source/server/entities/wall_weapon.qc b/source/server/entities/wall_weapon.qc index dab96e0..b1dafb2 100644 --- a/source/server/entities/wall_weapon.qc +++ b/source/server/entities/wall_weapon.qc @@ -138,7 +138,7 @@ void () WallWeapon_TouchTrigger = float wcost; - if (other.classname != "player" || other.downed || other.isBuying || !PlayerIsLooking(other, self)) { + if (other.classname != "player" || other.downed || other.isBuying || (map_compatibility_mode != MAP_COMPAT_BETA && !PlayerIsLooking(other, self))) { return; }