From 14b8895716cb058475b5eb75c49f3f743b0e3327 Mon Sep 17 00:00:00 2001 From: ORelio Date: Wed, 27 Jan 2016 00:21:18 +0100 Subject: [PATCH] Add regex access for C# scripts Suggested by _initsuj --- MinecraftClient/CSharpRunner.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MinecraftClient/CSharpRunner.cs b/MinecraftClient/CSharpRunner.cs index 29a980cb..340bddc8 100644 --- a/MinecraftClient/CSharpRunner.cs +++ b/MinecraftClient/CSharpRunner.cs @@ -69,6 +69,7 @@ namespace MinecraftClient { "using System;", "using System.Collections.Generic;", + "using System.Text.RegularExpressions;", "using System.Linq;", "using System.Text;", "using System.IO;",