(9f6737ced) Fixed: Old text tag in sonar.cs

This commit is contained in:
Joonas Rikkonen
2019-04-25 18:10:37 +03:00
parent 31546e40bb
commit f31114ea01
@@ -259,7 +259,7 @@ namespace Barotrauma.Items.Components
int clockDir = (int)Math.Round((angle / MathHelper.TwoPi) * 12); int clockDir = (int)Math.Round((angle / MathHelper.TwoPi) * 12);
if (clockDir == 0) clockDir = 12; if (clockDir == 0) clockDir = 12;
return TextManager.Get("SubDirOClock").Replace("[dir]", clockDir.ToString()); return TextManager.Get("roomname.subdiroclock").Replace("[dir]", clockDir.ToString());
} }
private Vector2 GetTransducerCenter() private Vector2 GetTransducerCenter()