Jump to content

Mining System highlights asteroids for every player in the sector (with FIX)


Rinart73

Recommended Posts

Mining System will highlight asteroids for every player in the sector, even if they're not in the ship that has this upgrade installed.

 

How to fix:

In "data\scripts\systems\miningsystem.lua", function "onPreRenderHud":

Replace line

if not player.craftIndex == ship.index then return end

with

if player.craftIndex ~= ship.index then return end

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...