maybe ghostmode fix now?
This commit is contained in:
@@ -99,7 +99,7 @@ export const handleConnectDispatch =
|
||||
|
||||
io.to("dispatchers").emit("dispatchers-update");
|
||||
io.to("pilots").emit("dispatchers-update");
|
||||
if (discordAccount?.id && !ghostMode) {
|
||||
if (discordAccount?.id) {
|
||||
await renameMember(
|
||||
discordAccount.discordId.toString(),
|
||||
`${getPublicUser(user).fullName} - ${user.publicId}`,
|
||||
|
||||
Reference in New Issue
Block a user