OpenComputer chunkloader.isActive() is always false
xeshP opened this issue ยท 1 comments
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
- Place a OpenComputer Robot installed with OpenOS and ChunkloaderUpgrade
- write lua command to get into LUA mode
- component.chunkloader.isActive() || will return false
- component.chunkloader.setActive(true) || will return true
- component.chunkloader.isActive() || will still return false