mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add support for %username% on log & task files
- Allows to use different files depending on the username - Also, added a setting for disabling "beep" sound in Alerts bot
This commit is contained in:
parent
22c47e99c2
commit
49a2d2b681
3 changed files with 7 additions and 9 deletions
|
|
@ -610,7 +610,7 @@ namespace MinecraftClient
|
|||
|
||||
if (ok)
|
||||
{
|
||||
Console.Beep(); //Text found !
|
||||
if (Settings.Alerts_Beep_Enabled) { Console.Beep(); } //Text found !
|
||||
|
||||
if (ConsoleIO.basicIO) { ConsoleIO.WriteLine(comp.Replace(alert, "§c" + alert + "§r")); } else {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue