From 2433a4d7fb2e3acced707a43f2cd91a226ba7218 Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Mon, 5 Jun 2017 21:56:12 +0300 Subject: [PATCH] Teleport command can be used on remote players, fixed launcher.csproj --- Barotrauma/Source/DebugConsole.cs | 2 +- Launcher2/Launcher.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Barotrauma/Source/DebugConsole.cs b/Barotrauma/Source/DebugConsole.cs index e88ba9a9a..893364235 100644 --- a/Barotrauma/Source/DebugConsole.cs +++ b/Barotrauma/Source/DebugConsole.cs @@ -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) { diff --git a/Launcher2/Launcher.csproj b/Launcher2/Launcher.csproj index 9aa7ec09b..1d9f91c42 100644 --- a/Launcher2/Launcher.csproj +++ b/Launcher2/Launcher.csproj @@ -66,7 +66,7 @@ - + {008c0f83-e914-4966-9135-ea885059edd8} Barotrauma