mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 13:57:35 +01:00
Don't print utterly useless brig exception
This commit is contained in:
parent
a3e86aeb04
commit
c652a3fafe
@ -353,7 +353,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ try {
|
+ try {
|
||||||
+ blockParser = blockParser.parse(false);
|
+ blockParser = blockParser.parse(false);
|
||||||
+ } catch (com.mojang.brigadier.exceptions.CommandSyntaxException e) {
|
+ } catch (com.mojang.brigadier.exceptions.CommandSyntaxException e) {
|
||||||
+ e.printStackTrace();
|
|
||||||
+ return null;
|
+ return null;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user