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