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

OpenComputer chunkloader.isActive() is always false #991

Open
xeshP opened this issue Oct 6, 2021 · 1 comment
Open

OpenComputer chunkloader.isActive() is always false #991

xeshP opened this issue Oct 6, 2021 · 1 comment
Labels

Comments

@xeshP
Copy link

xeshP commented Oct 6, 2021

Opencomputer Chunkloader does not activate

Im working with the Opencomputer Robots and try using the ChunkloaderUpgrade in it, but for some reason
component.chunkloader.isActive() will always return false even when i do component.chunkloader.setActive(true)
it will be false.

i tried it on server and in singleplayer with the modpack the results are the same , so i tried it without the modpack and only with Opencomputers installed in singleplayer world there is no issue with the chunkloader

Expected Behavior

component.chunkloader.isActive() should return true after component.chunkloader.setActive(true)

Current Behavior

component.chunkloader.isActive() will always return false

Steps to Reproduce

  1. Place a OpenComputer Robot installed with OpenOS and ChunkloaderUpgrade
  2. write lua command to get into LUA mode
  3. component.chunkloader.isActive() || will return false
  4. component.chunkloader.setActive(true) || will return true
  5. component.chunkloader.isActive() || will still return false
@Pelotrio
Copy link
Member

Pelotrio commented Oct 6, 2021

I have to see if I can reproduce that bug. I will see what I can do.

@Pelotrio Pelotrio added the bug label Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants