File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"/>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments