13
0
geforkt von Mirrors/Paper

Don't print utterly useless brig exception

Dieser Commit ist enthalten in:
Nassim Jahnke 2022-01-06 13:11:08 +01:00
Ursprung a3e86aeb04
Commit c652a3fafe

Datei anzeigen

@ -353,7 +353,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ try {
+ blockParser = blockParser.parse(false);
+ } catch (com.mojang.brigadier.exceptions.CommandSyntaxException e) {
+ e.printStackTrace();
+ return null;
+ }
+