Jump to content

env Suggestion (not a bug)


Maris
  • Pending

In modindex.lua you have:

function ModIndex:InitializeModInfo(modname)
	local env = {}

Change it please to:

function ModIndex:InitializeModInfoEnv()
	return {}
end

function ModIndex:InitializeModInfo(modname)
	local env = self:InitializeModInfoEnv()

Thanks in advance.


Steps to Reproduce
no steps



User Feedback


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