Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

epcore.lua: 58: attempt to index 'row' (a nil value) #3

Open
Wevah opened this issue Nov 8, 2022 · 1 comment
Open

epcore.lua: 58: attempt to index 'row' (a nil value) #3

Wevah opened this issue Nov 8, 2022 · 1 comment

Comments

@Wevah
Copy link

Wevah commented Nov 8, 2022

Easy fix:

if faction.reward then

to

if faction.reward and faction.row then

Thanks for keeping this updated!

@Kanegasi
Copy link
Owner

Kanegasi commented Nov 8, 2022

Fixed in 10.0.0-2.

If you still have it, could you please share the entire error? I'm curious which faction that happened to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants