ZeroK-RTS / Zero-K-Infrastructure

Website, lobby launcher and server, steam deployment, .NET based tools and other vital parts of Zero-K infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bridge: Update usernames to remove discriminator

Arch-Shaman opened this issue · comments

Currently the code seems to add a "#0000" suffix to discord usernames (presumably because it's falling into a nil check that adds #0000 to the suffix of the username. Due to discord changes, this discriminator no longer is used and should be removed.

Additional: it would be nice if the server nickname was used instead of the username.

Seems to have fixed itself, no action needed?