@@ -64,7 +64,7 @@ public class GameTimer extends Timer {
}
if (seconds % 10 == 0) {
- getGame().getScoreboardManager().updateInGameScoreboard();
+ getGame().getScoreboardManager().updateScoreboard();
seconds--;
@@ -143,6 +143,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
+ <forceJavacCompilerUse>true</forceJavacCompilerUse>
<source>11</source>
<target>11</target>
</configuration>