Removed a useless line

ps. commiting from the car while driving via iPhone xD
This commit is contained in:
GreYFoX 2011-07-22 16:02:56 +02:00
parent dd015c33c0
commit cdbbf9e74b

View file

@ -65,7 +65,6 @@ bool CLaser::HitCharacter(vec2 From, vec2 To)
void CLaser::DoBounce()
{
CCharacter *OwnerChar = GameServer()->GetPlayerChar(m_Owner);
m_EvalTick = Server()->Tick();
if(m_Energy < 0)