Jump to content

Fuelweaver does not grant unlock to Wilson


Hornete
  • Fixed
local function AtriumOnKilled(inst,data)
    trackattackers(inst,data)
    for ID, data in ipairs(inst.attackerUSERIDs) do
        for i, player in ipairs(AllPlayers) do
            if player.userid == ID then 
                SendRPCToClient(CLIENT_RPC.UpdateAccomplishment, player.userid, "fuelweaver_killed")
                break
            end
        end
    end 
end

The game is incorrectly using ipairs when looping through inst.attackerUSERIDS, when it should be pairs.


Steps to Reproduce

1. Try to unlock fuelweaver unlock as WIlson

2. Cant

  • Like 1



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.

There are no comments to display.



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...