Skip to content

Commit

Permalink
Release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TenkyuChimata committed Nov 6, 2023
1 parent 3de259e commit 6b41c87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>jp.wolfx</groupId>
<artifactId>MCEEW</artifactId>
<version>2.2.3-b2</version>
<version>2.2.3</version>
<packaging>jar</packaging>

<name>MCEEW</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jp/wolfx/mceew/MCEEW.java
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ private void loadEew(boolean first) {
cwa_alert_sound_type = this.getConfig().getString("Sound.Taiwan.type");
cwa_alert_sound_volume = this.getConfig().getDouble("Sound.Taiwan.volume");
cwa_alert_sound_pitch = this.getConfig().getDouble("Sound.Taiwan.pitch");
this.mceewScheduler(this.getConfig().getBoolean("enable_jp"), this.getConfig().getBoolean("Action.final"), this.getConfig().getBoolean("enable_sc"), this.getConfig().getBoolean("enable_cwa"), first);
this.mceewScheduler(this.getConfig().getBoolean("enable_jp"), this.getConfig().getBoolean("Action.final"), this.getConfig().getBoolean("enable_sc"), this.getConfig().getBoolean("enable_cwb"), first);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enable_jp: true
enable_sc: true

# Enable Taiwan CWA EEW broadcast
enable_cwa: true
enable_cwb: true

# Set the time format
time_format: "yyyy年MM月dd日 HH時mm分ss秒"
Expand Down

0 comments on commit 6b41c87

Please sign in to comment.