mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Default acceptance of Hero-Chat public messages changed.
Changed from default of disabled to enabled. *True*
This commit is contained in:
parent
cdec34d5ca
commit
b233b60aba
1 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ namespace MinecraftClient
|
|||
public static bool RemoteCtrl_Enabled = false;
|
||||
public static bool RemoteCtrl_AutoTpaccept = true;
|
||||
public static bool RemoteCtrl_AutoTpaccept_Everyone = false;
|
||||
public static bool Hero_Chat_Messages_Enabled = false;
|
||||
public static bool Hero_Chat_Messages_Enabled = true;
|
||||
|
||||
//Auto Respond
|
||||
public static bool AutoRespond_Enabled = false;
|
||||
|
|
@ -424,7 +424,7 @@ namespace MinecraftClient
|
|||
+ "enabled=false\r\n"
|
||||
+ "autotpaccept=true\r\n"
|
||||
+ "tpaccepteveryone=false\r\n"
|
||||
+ "herochatmessagesenabled=false\r\n"
|
||||
+ "herochatmessagesenabled=true\r\n"
|
||||
+ "\r\n"
|
||||
+ "[AutoRespond]\r\n"
|
||||
+ "enabled=false\r\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue