From 756e3390a13acc3f7961c45490c2b640f50fb5b6 Mon Sep 17 00:00:00 2001 From: LoJoSho Date: Sat, 24 Jun 2023 20:45:59 -0500 Subject: [PATCH] clean: remove old code commented out --- .../com/hibiscusmc/hmccosmetics/util/ServerUtils.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/util/ServerUtils.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/util/ServerUtils.java index a7896503..5af3ce7d 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/util/ServerUtils.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/util/ServerUtils.java @@ -46,16 +46,6 @@ public class ServerUtils { } return Color.WHITE; - /* Old method - try { - return Color.fromRGB( - Integer.valueOf(colorStr.substring(1, 3), 16), - Integer.valueOf(colorStr.substring(3, 5), 16), - Integer.valueOf(colorStr.substring(5, 7), 16)); - } catch (StringIndexOutOfBoundsException e) { - return null; - } - */ } // particle amount offsetxyz