Index: binary-improvements/AllocsCommands/AllocsCommands.csproj
===================================================================
--- binary-improvements/AllocsCommands/AllocsCommands.csproj	(revision 253)
+++ binary-improvements/AllocsCommands/AllocsCommands.csproj	(revision 254)
@@ -4,5 +4,5 @@
     <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>10.0.0</ProductVersion>
+    <ProductVersion>8.0.30703</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{E273D042-57F9-4E2E-8268-5053527E5287}</ProjectGuid>
@@ -19,4 +19,5 @@
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>
+    <NoStdLib>true</NoStdLib>
   </PropertyGroup>
   <ItemGroup>
Index: binary-improvements/AllocsCommands/Commands/TeleportPlayer.cs
===================================================================
--- binary-improvements/AllocsCommands/Commands/TeleportPlayer.cs	(revision 253)
+++ binary-improvements/AllocsCommands/Commands/TeleportPlayer.cs	(revision 254)
@@ -33,5 +33,5 @@
 					ClientInfo ci1 = null;
 					EntityPlayer ep1 = null;
-					UnityEngine.Vector3 destPos;
+					UnityEngine.Vector3 destPos = new UnityEngine.Vector3 ();
  
 					if (_params.Count == 2 || _params.Count == 4) {
