-
Notifications
You must be signed in to change notification settings - Fork 121
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
bump plugin does not support infinite maps (layer chunks) #277
Comments
it looks like your |
i don't think so? i'm not sure where the data field would go exactly |
can you attach a love file so i can look into the issue further?
…On Sat, May 6, 2023, 18:27 Bulba413 ***@***.***> wrote:
i don't think so? i'm not sure where the data field would go exactly
—
Reply to this email directly, view it on GitHub
<#277 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEQD7HAP3WRTZWAQJL37RTXE2625ANCNFSM6AAAAAAXSNZXPQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Coincidentally today I changed my map from infinite to fixed and discovered that this was the root cause, and I'd handled it by changing the plugin code locally and mistakenly thought it was due to a change in the file format and created PR #276 |
Error
sti/plugins/bump.lua:73: bad argument #1 to 'ipairs' (table expected, got nil)
Traceback
[C]: in function 'ipairs'
sti/plugins/bump.lua:73: in function 'bump_init'
main.lua:52: in function 'load'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
all code related to sti or bump before this point:
The text was updated successfully, but these errors were encountered: