Skip to content

Commit 8e3a722

Browse files
committed
Removed debug printLn
1 parent d5df46c commit 8e3a722

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

java/src/me/dustin/chatbot/entity/Entity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public static boolean isLiving(String name) {
111111
String v = ProtocolHandler.getCurrent().getName().replace(".", "_");
112112
if (v.toLowerCase().contains("pre") || v.toLowerCase().contains("w"))
113113
v = "1_19";
114-
System.out.println(v);
115114
//fat fuckin mess to create the version id needed for the link, i.e. 1_12 from 1.12.2
116115
if (v.split("_").length > 2)
117116
v = v.split("_")[0] + "_" + v.split("_")[1];

0 commit comments

Comments
 (0)