Skip to content

Commit

Permalink
Update collision mesh on cable recoloring (#8317)
Browse files Browse the repository at this point in the history
Fixes #8314
  • Loading branch information
Mithi83 authored Jan 4, 2025
1 parent 5712d72 commit c1c9507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/appeng/parts/networking/CablePart.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public boolean changeColor(AEColor newColor, Player who) {
setPartItem(newPart);

getMainNode().setGridColor(getCableColor());
getHost().partChanged();
getHost().markForUpdate();
getHost().markForSave();
return true;
Expand Down

0 comments on commit c1c9507

Please sign in to comment.