Giter Club home page Giter Club logo

Comments (2)

Oarcinae avatar Oarcinae commented on July 1, 2024

@FoolishOne9k2 Hi! Thanks for the report. It looks like you're running an older version of my dev branch.
The issue you ran into is fixed, if you wanted to fix it in your current save you can just edit the file as follows:

On line 317 of shared_chests.lua, change it from this:
for _,chestInfo in pairs(global.shared_chests) do
to
for idx,chestInfo in pairs(global.shared_chests) do

It was a typo from awhile back. The dev branch is still a bit of a work in progress so please let me know if you find any other issues too.

I will mark this as closed since it looks like it was from an old bug that was fixed, but feel free to create a new one if this does not fix it or you have other issues.

from factorioscenariomultiplayerspawn.

FoolishOne9k2 avatar FoolishOne9k2 commented on July 1, 2024

@Oarcinae Thank you for the response.

Current master branch shared_chests.lua:317 is the missing the idx declaration.

for _,chestInfo in pairs(global.shared_chests) do

Looks like the typo was resolved in a different spot in this commit. 96f762c

from factorioscenariomultiplayerspawn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.