diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs
index 39231a5b..1929c3ce 100755
--- a/TShockAPI/GetDataHandlers.cs
+++ b/TShockAPI/GetDataHandlers.cs
@@ -21,9 +21,9 @@ using System.Diagnostics;
using System.IO;
using System.Text;
using Microsoft.Xna.Framework;
-using StreamBinary;
using Terraria;
using TerrariaAPI;
+using XNAHelpers;
namespace TShockAPI
{
diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs
index d5eb1cb0..8c798672 100644
--- a/TShockAPI/Properties/AssemblyInfo.cs
+++ b/TShockAPI/Properties/AssemblyInfo.cs
@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.1.0.0618")]
-[assembly: AssemblyFileVersion("2.1.0.0618")]
\ No newline at end of file
+[assembly: AssemblyVersion("2.1.0.0620")]
+[assembly: AssemblyFileVersion("2.1.0.0620")]
\ No newline at end of file
diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs
index 7c2e3d4e..a85bd8c5 100755
--- a/TShockAPI/TShock.cs
+++ b/TShockAPI/TShock.cs
@@ -17,6 +17,7 @@ along with this program. If not, see .
*/
using System;
using System.Collections.Generic;
+using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Net;
diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj
index 473f3abd..aa28d8e9 100644
--- a/TShockAPI/TShockAPI.csproj
+++ b/TShockAPI/TShockAPI.csproj
@@ -67,6 +67,9 @@
TerrariaServerBins\TerrariaServerAPI.dll
+
+ TerrariaServerBins\XNAHelpers.dll
+
@@ -134,7 +137,7 @@
-
+