Yes simply find this section :
sampler ReflectionMap = sampler_state
{
texture=(entSkin1);
MAGFILTER = LINEAR;
MINFILTER = LINEAR;
MIPFILTER = LINEAR;

};

and add these lines :
AddressU = CLAMP;
Addressv = CLAMP;