Meteokr
Results
2
comments of
Meteokr
Got it, so the intended use is one auth db per realm then? I am currently running a separate auth db because I have multiple realms on different hosts that...
Thank you so much for the guidance! I made these changes (sorry for the formatting): ``` diff --git a/src/armory/controllers/CharacterController.ts b/src/armory/controllers/CharacterController.ts index cbef2b8..fa6ed64 100644 --- a/src/armory/controllers/CharacterController.ts +++ b/src/armory/controllers/CharacterController.ts @@ -342,20 +342,42...