Skip to content

Fix crash on startup

Jonah Brüchert requested to merge jbbgameich/kaidan:fix/hotfixes into master

We had no PresenceCache instance. The instance getter in this case only returns existing instances, but can't create one if there is none.

Merge request reports