mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 05:27:30 +08:00
[-] Remove sensitive info
This commit is contained in:
@@ -56,7 +56,7 @@ class CardController(
|
||||
|
||||
return SUCCESS
|
||||
}
|
||||
if (card.aquaUser != null) 400 - "Card already bound to another user (@${card.aquaUser?.username})"
|
||||
if (card.aquaUser != null) 400 - "Card already bound to another user"
|
||||
|
||||
// Bind the card
|
||||
card.aquaUser = u
|
||||
|
||||
Reference in New Issue
Block a user