(91ea4d8cb) Fixed: Incorrect parameter formatting
This commit is contained in:
@@ -173,7 +173,7 @@ namespace Barotrauma
|
|||||||
|
|
||||||
if (targetCharacterName == null) targetCharacterName = "";
|
if (targetCharacterName == null) targetCharacterName = "";
|
||||||
if (targetRoomName == null) targetRoomName = "";
|
if (targetRoomName == null) targetRoomName = "";
|
||||||
string msg = TextManager.GetWithVariables(messageTag, new string[2] { "[name]", "[roomname]" }, new string[2] { targetCharacterName, targetRoomName }, true);
|
string msg = TextManager.GetWithVariables(messageTag, new string[2] { "[name]", "[roomname]" }, new string[2] { targetCharacterName, targetRoomName }, new bool[2] { false, true });
|
||||||
if (msg == null) return "";
|
if (msg == null) return "";
|
||||||
|
|
||||||
return msg;
|
return msg;
|
||||||
|
|||||||
Reference in New Issue
Block a user