Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jun 4, 2023
1 parent 34a236c commit 948043b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: realRobotix/action-discord-notifier@release-master
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
message-title: Building mod from branch ${{ steps.get_branch.outputs.branch }}
message-title: Built mod from branch ${{ steps.get_branch.outputs.branch }}

- name: Send built file to discord
if: github.event_name == 'push' && github.repository_id == '344617531'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ public void syncRotations() {
this.setCutoutBoundingBox(NULL_BOX);
this.makeBoundingBox();
this.calculateCuttoutBox();
this.calculateBoundsCheckBox();
}

@NotNull
Expand Down

0 comments on commit 948043b

Please sign in to comment.