You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some digging as this issue seems to be caused by the FTB-Teams mod which has a "API break" on version 2001.2.0
Specifically FTBTeamsAPI.arePlayersInSameTeam() changes to FTBTeamsAPI.api().getManager().arePlayersInSameTeam()
TLDR;
The bug depends on what version of FTB-Teams your modpack decided to run with.
You can fix the issue by commenting out the FTBTeams parts in ChannelInfo.kt or updating the references.
The text was updated successfully, but these errors were encountered:
The "ChannelInfo.kt" file is located here.
If you would rather just update the dependency checkout the above PR.
You can also find a compiled jar of the fix, but I would always recommend building unknown changes yourself.
Unable to create new channels, however even though no channels are showing, existing transceivers are still connected.
Originally posted by @AnthonyOGorman in #133 (comment)
I did some digging as this issue seems to be caused by the FTB-Teams mod which has a "API break" on version 2001.2.0
Specifically
FTBTeamsAPI.arePlayersInSameTeam()
changes toFTBTeamsAPI.api().getManager().arePlayersInSameTeam()
TLDR;
The bug depends on what version of FTB-Teams your modpack decided to run with.
You can fix the issue by commenting out the FTBTeams parts in ChannelInfo.kt or updating the references.
The text was updated successfully, but these errors were encountered: