Skip to content

Commit

Permalink
Fixed unreacheable point.
Browse files Browse the repository at this point in the history
  • Loading branch information
matcracker committed Apr 25, 2020
1 parent 1e34124 commit 0382baf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/matcracker/BedcoreProtect/commands/CommandParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 0382baf

Please sign in to comment.