Revert "Added a new PM regex"

This reverts commit 88c9605e94.
This commit is contained in:
BuildTools 2015-09-02 23:01:30 -04:00
parent 88c9605e94
commit 450cb4c6b9
3 changed files with 0 additions and 25 deletions

View file

@ -89,7 +89,6 @@ 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;
//Auto Respond
public static bool AutoRespond_Enabled = false;
@ -283,7 +282,6 @@ namespace MinecraftClient
case "enabled": RemoteCtrl_Enabled = str2bool(argValue); break;
case "autotpaccept": RemoteCtrl_AutoTpaccept = str2bool(argValue); break;
case "tpaccepteveryone": RemoteCtrl_AutoTpaccept_Everyone = str2bool(argValue); break;
case "herochatmessagesenabled": Hero_Chat_Messages_Enabled = str2bool(argValue); break;
}
break;
@ -424,7 +422,6 @@ namespace MinecraftClient
+ "enabled=false\r\n"
+ "autotpaccept=true\r\n"
+ "tpaccepteveryone=false\r\n"
+ "herochatmessagesenabled=false\r\n"
+ "\r\n"
+ "[AutoRespond]\r\n"
+ "enabled=false\r\n"