Jump to content

Wandering Trader Spawner


Harryyw
  • Fixed
self.UnregisterSpawnPoint_Master = function(spawnpoint)
    table.removearrayvalue(self.spawnpoints_masters, spawnpt)
end
self.UnregisterSpawnPoint = function(spawnpoint)
    table.removearrayvalue(self.spawnpoints, spawnpt)
end

In line 72-77 of wanderingtraderspawner.lua, spawnpoint is mistakenly written as spawnpt


Steps to Reproduce

n/a




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.


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