Skip to content

Commit 93d69c9

Browse files
committed
increase default interal for announcement
1 parent 6673798 commit 93d69c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AdKats.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ public enum VoipJoinDisplayType
679679

680680
// Announcer for online discord players
681681
private Boolean _TeamspeakOnlinePlayersEnable = true;
682-
private int _TeamspeakOnlinePlayersInterval = 4;
682+
private int _TeamspeakOnlinePlayersInterval = 5;
683683
private int _TeamspeakOnlinePlayersMaxPlayersToList = 5;
684684
private string _TeamspeakOnlinePlayersAloneMessage = "%players% is in voice on our TeamSpeak. Check out our TeamSpeak and join them.";
685685
private string _TeamspeakOnlinePlayersMessage = "%count% players are in voice on our TeamSpeak. Check out our TeamSpeak and join them. Online: %players%";
@@ -702,7 +702,7 @@ public enum VoipJoinDisplayType
702702

703703
// Announcer for online discord players
704704
private Boolean _DiscordOnlinePlayersEnable = true;
705-
private int _DiscordOnlinePlayersInterval = 4;
705+
private int _DiscordOnlinePlayersInterval = 5;
706706
private int _DiscordOnlinePlayersMaxPlayersToList = 5;
707707
private string _DiscordOnlinePlayersAloneMessage = "%players% is in voice on our Discord. Check out our Discord and join them.";
708708
private string _DiscordOnlinePlayersMessage = "%count% players are in voice on our Discord. Check out our Discord and join them. Online: %players%";

0 commit comments

Comments
 (0)