diff --git a/src/game/client/c_rope.cpp b/src/game/client/c_rope.cpp index cbc724e7915..07a9eb259cd 100644 --- a/src/game/client/c_rope.cpp +++ b/src/game/client/c_rope.cpp @@ -646,7 +646,7 @@ bool CRopeManager::IsHolidayLightMode( void ) { // We don't want to draw the lights for the grapple. // They get left behind for a while and look bad. - if ( TFGameRules()->IsPowerupMode() || !TFGameRules()->GetRopesHolidayLightsAllowed() ) + if ( TFGameRules()->IsPowerupMode() || TFGameRules()->IsUsingGrapplingHook() || !TFGameRules()->GetRopesHolidayLightsAllowed() ) { return false; }