Skip to content

Commit b1ef121

Browse files
authored
Merge pull request #2598 from vasl-developers/674b3
674b3
2 parents 82558da + d2754aa commit b1ef121

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/buildFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<VASSAL.build.GameModule ModuleOther1="" ModuleOther2="" VassalVersion="3.7.23" description="VASL" name="VASL" nextPieceSlotId="15651" version="6.7.4-beta2">
2+
<VASSAL.build.GameModule ModuleOther1="" ModuleOther2="" VassalVersion="3.7.23" description="VASL" name="VASL" nextPieceSlotId="15651" version="6.7.4-beta3">
33
<VASSAL.build.module.properties.GlobalProperties>
44
<VASSAL.build.module.properties.GlobalProperty description="TurnMarker1" initialValue="Spy (white)" isNumeric="false" max="null" min="null" name="TurnMarker1" wrap="false"/>
55
<VASSAL.build.module.properties.GlobalProperty description="TurnMarkerLayerLevel1" initialValue="33" isNumeric="true" max="100" min="0" name="TurnMarkerLayerLevel1" wrap="false"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.vasl</groupId>
88
<artifactId>vasl</artifactId>
9-
<version>6.7.4-beta2</version>
9+
<version>6.7.4-beta3</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>

src/VASL/build/module/ASLMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ else if (toplefthexwidth.contains("HalfHexWidth")) {
868868
}
869869

870870
}
871-
if (!(!(vaslboards.get(0) == null)) && b.equals(vaslboards.get(0))) { // error handling issue#2012
871+
if ((!(vaslboards.get(0) == null)) && b.equals(vaslboards.get(0))) { // error handling issue#2012
872872
if (toplefthexheight.contains("Offset")) {
873873
passA1centery = toplefthexheight.contains("HalfHeight") ? (b.getA1CenterY() - b.getHexHeight() /2) : b.getA1CenterY();
874874
} else {

0 commit comments

Comments
 (0)