Skip to content

Commit f93832a

Browse files
authored
Merge pull request #3 from Recessive/patch-1
Added c**t to swear filter
2 parents 75715d5 + 5e391f1 commit f93832a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/hexed/CurseFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
//TODO put in other plugin
44
public class CurseFilter{
55
//this is probably the most curses I've ever typed
6-
public static final String[] swears = {"shit", "fuck", "asshole", "nigger", "nigga", "faggot", "dick", "bitch"};
6+
public static final String[] swears = {"shit", "fuck", "asshole", "nigger", "nigga", "niga", "faggot", "dick", "cunt", "bitch"};
77
}

0 commit comments

Comments
 (0)