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;
case "teleportcharacter":
case "teleport":
var tpCharacter = FindMatchingCharacter(commands, true);
var tpCharacter = FindMatchingCharacter(commands, false);
if (commands.Length < 2)
{