Skip to content

Commit 96cc497

Browse files
committed
Remove non-method
1 parent a493e35 commit 96cc497

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/world/bentobox/magiccobblestonegenerator/utils

1 file changed

+2
-2
lines changed

src/main/java/world/bentobox/magiccobblestonegenerator/utils/Utils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,10 @@ public static <T> TreeMap<Double, T> pairList2TreeMap(List<Pair<T, Double>> pair
370370
*/
371371
public static String sanitizeInput(String input)
372372
{
373-
return ChatColor.stripColor(
373+
return
374374
Util.translateColorCodes(input.toLowerCase(Locale.ENGLISH).
375375
replace(" ", "_").
376-
replace("-", "_")));
376+
replace("-", "_"));
377377
}
378378

379379

0 commit comments

Comments
 (0)