fix access None
This commit is contained in:
Binary file not shown.
@@ -60,7 +60,9 @@ simulated function Tick(float dt)
|
||||
//Log("Hook.Location "$Hook.Location);
|
||||
|
||||
SetLocation( Instigator.Location );
|
||||
mSpawnVecA = Hook.Location;
|
||||
|
||||
if(Hook!=None) mSpawnVecA = Hook.Location;
|
||||
else mSpawnVecA = Instigator.Location;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user