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