Jump to content

Redundant code in burnable.lua


_zwb
  • Fixed
function Burnable:IsControlledBurn()
    return self.controlled_burn
end

function Burnable:GetControlledBurn()
    return self.controlled_burn
end

Same function defined twice


Steps to Reproduce

The above




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.

IsControlledBurn is set to return true or false instead of the data now while it is not used in the base code I have left it for mods.

Changed Status to Fixed

  • Like 1

Share this comment


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

×
  • Create New...