Skip to content

Commit

Permalink
Update collision mesh on cable recoloring
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithi83 committed Jan 4, 2025
1 parent 5712d72 commit a9f7391
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 a9f7391

Please sign in to comment.