diff --git a/pom.xml b/pom.xml
index 516cd9b..84af509 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
jp.wolfx
MCEEW
- 2.2.3-b2
+ 2.2.3
jar
MCEEW
diff --git a/src/main/java/jp/wolfx/mceew/MCEEW.java b/src/main/java/jp/wolfx/mceew/MCEEW.java
index fd0f3bc..4a8f36a 100644
--- a/src/main/java/jp/wolfx/mceew/MCEEW.java
+++ b/src/main/java/jp/wolfx/mceew/MCEEW.java
@@ -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
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 0828255..c087408 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -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秒"