mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-12-26 19:18:12 +01:00
Remove debug stacktrace
This commit is contained in:
parent
99dea686a9
commit
e0d4110cd2
@ -2035,7 +2035,7 @@ public class MinecraftReflection {
|
|||||||
success = getMinecraftClass(alias);
|
success = getMinecraftClass(alias);
|
||||||
break;
|
break;
|
||||||
} catch (RuntimeException e1) {
|
} catch (RuntimeException e1) {
|
||||||
e1.printStackTrace(); // TODO DEBUG
|
// e1.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user