Skip to content

Commit

Permalink
Remove un-needed check
Browse files Browse the repository at this point in the history
  • Loading branch information
bonn2 committed Apr 26, 2023
1 parent 6f89b5a commit e88c9c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public void onBigDoorsToggleEnd(@NotNull DoorEventToggleEnd endEvent) {

@EventHandler
public void updateCollisions(ServerTickEndEvent tickEndEvent) {
if (COLLIDERS.keySet().size() == 0) return;
for (long id : BLOCK_MOVERS.keySet()) {
if (!Config.getCollisionMethod().getOrDefault(BLOCK_MOVERS.get(id).getDoor().getType(), CollisionMethod.NONE).equals(CollisionMethod.SHULKER)) continue;
// Get saved blocks
Expand Down

0 comments on commit e88c9c0

Please sign in to comment.