diff --git a/src/game/server/entities/laser.cpp b/src/game/server/entities/laser.cpp index 6de94e68d..b9ed5a479 100644 --- a/src/game/server/entities/laser.cpp +++ b/src/game/server/entities/laser.cpp @@ -187,7 +187,7 @@ void CLaser::DoBounce() if(pHit) Found = GetNearestAirPosPlayer(pHit->m_Pos, &PossiblePos); else - Found = GetNearestAirPos(Coltile, m_Pos, &PossiblePos); + Found = GetNearestAirPos(m_Pos, m_From, &PossiblePos); if (Found && PossiblePos) {