Skip to content

Commit

Permalink
Fix indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
riverwanderer committed Nov 29, 2024
1 parent 6da977c commit 37726f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vassal-app/src/main/java/VASSAL/counters/PlaceMarker.java
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ protected Command placeMarker(boolean clearParentId) {
p = getMap().snapTo(p);
}

if ( xOffset == 0 && yOffset == 0 && m.getStackMetrics().isStackingEnabled() &&
if (xOffset == 0 && yOffset == 0 && m.getStackMetrics().isStackingEnabled() &&
!Boolean.TRUE.equals(marker.getProperty(Properties.NO_STACK)) &&
!Boolean.TRUE.equals(outer.getProperty(Properties.NO_STACK)) &&
m.getPieceCollection().canMerge(outer, marker)) {
Expand Down

0 comments on commit 37726f2

Please sign in to comment.