Skip to content

Commit

Permalink
adding exception
Browse files Browse the repository at this point in the history
  • Loading branch information
IronShears committed Mar 27, 2024
1 parent 3544880 commit 27bef57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.gd
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func check_obscene(setName):
var slurChecker = setName.to_lower()
if i in slurChecker:
var doubleCheck = false
for x in ["cofagrigus", "fage", "snigger", "therapist", "pachinko"]:
for x in ["brighte", "cofagrigus", "fage", "snigger", "therapist", "pachinko"]:
if x in slurChecker:
doubleCheck = true
if doubleCheck == false:
Expand Down

0 comments on commit 27bef57

Please sign in to comment.