DarkflameUniverse / NexusDashboard

Dashboard for Complete Management of a DLU game server
GNU Affero General Public License v3.0
47 stars 7 forks source link

Fixed default value for play_key_id #56

Closed Drahsid closed 1 year ago

Drahsid commented 1 year ago

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.

aronwk-aaron commented 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