Teleport command can be used on remote players, fixed launcher.csproj

This commit is contained in:
Joonas Rikkonen
2017-06-05 21:56:12 +03:00
parent c71af56e78
commit 2433a4d7fb
2 changed files with 2 additions and 2 deletions

View File

@@ -474,7 +474,7 @@ namespace Barotrauma
break;
case "teleportcharacter":
case "teleport":
var tpCharacter = FindMatchingCharacter(commands, true);
var tpCharacter = FindMatchingCharacter(commands, false);
if (commands.Length < 2)
{

View File

@@ -66,7 +66,7 @@
<MonoGameContentReference Include="Content\Content.mgcb" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Subsurface\Barotrauma.csproj">
<ProjectReference Include="..\Barotrauma\Barotrauma.csproj">
<Project>{008c0f83-e914-4966-9135-ea885059edd8}</Project>
<Name>Barotrauma</Name>
</ProjectReference>