Closed Drahsid closed 1 year ago
DLU's migration have the key as not null, which it should be nullable, I've added a migration to fix that on this side, will be adding one on the game server side to make sure that people who aren't using this also can play without keys if they so choose
Turns out, at some point this started causing a 500 error upon registration when play keys were disabled. Issue was because
play_key_id
was none. This PR makes it default to an empty string.