Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ozatomic committed Apr 14, 2012
2 parents 0773ad7 + 5732a32 commit 14b6da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eve-server/Client.cpp
Expand Up @@ -1023,7 +1023,7 @@ void Client::StargateJump(uint32 fromGate, uint32 toGate) {

m_moveSystemID = solarSystemID;
m_movePoint = position;
m_movePoint.MakeRandomPointOnSphere( 10000 ); // Make Jump-In point a random spot on a 10km radius sphere about the stargate
m_movePoint.MakeRandomPointOnSphere( 15000 ); // Make Jump-In point a random spot on a 10km radius sphere about the stargate

m_destiny->SendJumpOut(fromGate);
//TODO: send 'effects.GateActivity' on 'toGate' at the same time
Expand Down

0 comments on commit 14b6da0

Please sign in to comment.