PlayerDataHandler.IStageData#getUnlockedStages() returns empty collection on client
codetaylor opened this issue ยท 2 comments
I recently updated gamestages from 1.0.76
to 1.0.78
and staged recipes stopped working in my mod, Artisan Worktables.
I narrowed the issue down to this call:
PlayerDataHandler.getStageData(player).getUnlockedStages()
On the server it returns a collection with the proper strings:
I tested in the previous version I had, 1.0.76
and everything works as expected. After updating to 1.0.78
the issue began.
Please let me know if there is anything I can do to help, thanks!
Thanks for the report, and sorry for the hassle. I unintentionally broke packet syncing through a more invasive code cleanup script. Everything should be fixed with build 80.