mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Don't print utterly useless brig exception
This commit is contained in:
parent
a3e86aeb04
commit
c652a3fafe
1 changed files with 0 additions and 1 deletions
|
@ -353,7 +353,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ try {
|
||||
+ blockParser = blockParser.parse(false);
|
||||
+ } catch (com.mojang.brigadier.exceptions.CommandSyntaxException e) {
|
||||
+ e.printStackTrace();
|
||||
+ return null;
|
||||
+ }
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue