Skip to content

Commit

Permalink
Новый параметр alarm.sound_play_interval (интервал между проигрыван…
Browse files Browse the repository at this point in the history
…ием звука сирены).
  • Loading branch information
Genife authored and Genife committed May 2, 2023
1 parent 134a6fa commit 0914be2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void loadConfig() {
config.addDefault("blocking.duration", 14400);

config.addDefault("alarm.place_word", "[сирена]");
config.addDefault("alarm.sound_play_delay", 13);
config.addDefault("alarm.sound_play_interval", 13);

config.addDefault("messages.prefix", "§3[AdventBombs] ");

Expand Down

0 comments on commit 0914be2

Please sign in to comment.