railgun fix.

This commit is contained in:
Finny Merrill 2004-04-05 10:00:25 +00:00
parent a717f589cf
commit 0bb2a47108

View file

@ -78,6 +78,8 @@ void() LaserBolt_Touch =
return;
}
self.velocity = self.mangle;
if (other == self.owner || other == self.real_owner)
return;