Skip to content

[BUG] FTBRanks API implementation is broken #29

@hypherionmc

Description

@hypherionmc

The FTBRanks API interface has a static method called getInstance(), which is supposed to return the implementation of said API via a service....

The service however, is just calling that getInstance method again, causing a stackoverflow error......

We had these releases sitting on NightBloom for weeks, but due to lack of testers, it's now only being discovered

Workaround

If you do NOT use the ftb integration, you can simply disable it in simple-discord-compat.toml

#Should SDLink integrate with FTB Ranks
	ftbranks = false

Faulty lines:

return CraterServices.COMPAT_UTILS.getFTBRanks();


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions