diff --git a/main/source/mod/AvHMarineEquipment.cpp b/main/source/mod/AvHMarineEquipment.cpp index 2402433..47a190f 100644 --- a/main/source/mod/AvHMarineEquipment.cpp +++ b/main/source/mod/AvHMarineEquipment.cpp @@ -1747,7 +1747,7 @@ void AvHInfantryPortal::SetHasBeenBuilt() SetThink(&AvHInfantryPortal::PortalThink); this->pev->nextthink = gpGlobals->time + kInfantryPortalThinkTime; - this->pev->effects |= kInfantryPortalLightEffect; + // this->pev->effects |= kInfantryPortalLightEffect; } void AvHInfantryPortal::Precache() @@ -1820,7 +1820,7 @@ void AvHInfantryPortal::ResetReinforcingPlayer(bool inSuccess) void AvHInfantryPortal::UpdateOnRecycle(void) { this->ResetReinforcingPlayer(false); - this->pev->effects &= ~kInfantryPortalLightEffect; + // this->pev->effects &= ~kInfantryPortalLightEffect; } void AvHInfantryPortal::UpdateOnRemove(void)