diff --git a/src/matcracker/BedcoreProtect/commands/CommandParser.php b/src/matcracker/BedcoreProtect/commands/CommandParser.php index 95f3dd68..8a6c9121 100644 --- a/src/matcracker/BedcoreProtect/commands/CommandParser.php +++ b/src/matcracker/BedcoreProtect/commands/CommandParser.php @@ -348,7 +348,6 @@ protected function buildConditionalQuery(string &$query, ?AxisAlignedBB $bb): vo break; default: throw new UnexpectedValueException("\"{$key}\" is not a expected data key."); - break; } }