From aea6c38eaff8511b4cf32e17e5df5a5350b4a767 Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Wed, 24 Apr 2013 19:04:53 +0200 Subject: [PATCH] Nah lets not create a built in badword list. Its not doable due to the scunthorpe problem. --- src/com/massivecraft/factions/util/MiscUtil.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/massivecraft/factions/util/MiscUtil.java b/src/com/massivecraft/factions/util/MiscUtil.java index 6dd6e81e..b4e7a50b 100644 --- a/src/com/massivecraft/factions/util/MiscUtil.java +++ b/src/com/massivecraft/factions/util/MiscUtil.java @@ -24,7 +24,6 @@ public class MiscUtil return values; } - /// TODO create name whitelist!!? public static HashSet substanceChars = new HashSet(Arrays.asList(new String []{ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",