Jump to content

Various worldsettingstimer related components have broken for no reason?


Recommended Posts

Recently its been reported that various components that use the worldsettingtimer component no longer function after their first use.

These components were working for months, and out of no where they just stopped.

Has anyone else had this issue? Has anything changed on Klei's side in a recent update? I noticed a single line in the deerclopsspawner changed in the TryStartAttacks function:

if _activehassler == nil and _attacksperseason > 0 and _timetoattack == nil then

changed to;

if _activehassler == nil and _attacksperseason > 0 and _worldsettingstimer:GetTimeLeft(DEERCLOPS_TIMERNAME) == nil then
  • Like 1
Link to comment
Share on other sites

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
 Share

×
  • Create New...