Skip to content

Commit

Permalink
Fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Nov 17, 2024
1 parent 0a09d13 commit e752d11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions VotingPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<github.global.server>github</github.global.server>
<project.build.sourceEncoding>Cp1252</project.build.sourceEncoding>
<build.number>NOTSET</build.number>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<build>
<resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ private void reloadPlugin(boolean userStorage) {
}
}
checkYMLError();

if (broadcastHandler != null) {
broadcastHandler.schedule(getConfigFile().getFormatAlternateBroadcastDelay());
}
Expand Down

0 comments on commit e752d11

Please sign in to comment.