Minor fixes

This commit is contained in:
Christian 'ketura' McCarty
2022-08-02 03:02:22 -05:00
parent 0c68909409
commit 3d16d372f1
2 changed files with 6 additions and 1 deletions

View File

@@ -2234,7 +2234,7 @@ var GempLotrGameUI = Class.extend({
that.decisionFunction(id, "" + assignmentArray);
this.PlaySound("awaitAction");
that.PlaySound("awaitAction");
});
}

View File

@@ -38,6 +38,11 @@
<version>4.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.5</version>
</dependency>
</dependencies>
</project>