Fixed teleport command not working on other characters than the controlled one
This commit is contained in:
@@ -385,7 +385,7 @@ namespace Barotrauma
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FindMatchingCharacter(args, false);
|
tpCharacter = FindMatchingCharacter(args, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tpCharacter == null) return;
|
if (tpCharacter == null) return;
|
||||||
@@ -792,7 +792,7 @@ namespace Barotrauma
|
|||||||
|
|
||||||
if (!matchingCharacters.Any())
|
if (!matchingCharacters.Any())
|
||||||
{
|
{
|
||||||
NewMessage("Matching characters not found", Color.Red);
|
NewMessage("Character \""+ characterName + "\" not found", Color.Red);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user