Changeset 254 for binary-improvements/AllocsCommands
- Timestamp:
- Dec 24, 2015, 1:15:17 PM (9 years ago)
- Location:
- binary-improvements/AllocsCommands
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/AllocsCommands.csproj
r253 r254 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 10.0.0</ProductVersion>6 <ProductVersion>8.0.30703</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{E273D042-57F9-4E2E-8268-5053527E5287}</ProjectGuid> … … 19 19 <WarningLevel>4</WarningLevel> 20 20 <ConsolePause>false</ConsolePause> 21 <NoStdLib>true</NoStdLib> 21 22 </PropertyGroup> 22 23 <ItemGroup> -
binary-improvements/AllocsCommands/Commands/TeleportPlayer.cs
r253 r254 33 33 ClientInfo ci1 = null; 34 34 EntityPlayer ep1 = null; 35 UnityEngine.Vector3 destPos ;35 UnityEngine.Vector3 destPos = new UnityEngine.Vector3 (); 36 36 37 37 if (_params.Count == 2 || _params.Count == 4) {
Note:
See TracChangeset
for help on using the changeset viewer.