mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
swallow stacktrace
This commit is contained in:
@ -62,7 +62,6 @@ public final class BlockUtil {
|
||||
BaseBlock block = PARSER.parseFromInput(id, PARSER_CONTEXT);
|
||||
return block.toImmutableState();
|
||||
} catch (InputParseException e) {
|
||||
e.printStackTrace();
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user