Default acceptance of Hero-Chat public messages changed.

Changed from default of disabled to enabled. *True*
This commit is contained in:
ZizzyDizzyMC 2015-09-03 23:44:07 -04:00
parent cdec34d5ca
commit b233b60aba

View file

@ -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"