Teleport command can be used on remote players, fixed launcher.csproj
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user