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
+1 -1
View File
@@ -474,7 +474,7 @@ namespace Barotrauma
break; break;
case "teleportcharacter": case "teleportcharacter":
case "teleport": case "teleport":
var tpCharacter = FindMatchingCharacter(commands, true); var tpCharacter = FindMatchingCharacter(commands, false);
if (commands.Length < 2) if (commands.Length < 2)
{ {
+1 -1
View File
@@ -66,7 +66,7 @@
<MonoGameContentReference Include="Content\Content.mgcb" /> <MonoGameContentReference Include="Content\Content.mgcb" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Subsurface\Barotrauma.csproj"> <ProjectReference Include="..\Barotrauma\Barotrauma.csproj">
<Project>{008c0f83-e914-4966-9135-ea885059edd8}</Project> <Project>{008c0f83-e914-4966-9135-ea885059edd8}</Project>
<Name>Barotrauma</Name> <Name>Barotrauma</Name>
</ProjectReference> </ProjectReference>