Jump to content

Right column solution


Recommended Posts

If you have more than 1 option fro your mod, you can easily fix annoying Klei bug.

Just use following code for each option:

local some_var = GetModConfigData("some_var") if type(some_var)=="table" then	some_var = some_var.option_dataend 

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