5202af9...3ea33fb
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Barotrauma.Networking
|
||||
|
||||
public LogMessage(string text, MessageType type)
|
||||
{
|
||||
Text = "[" + DateTime.Now.ToString() + "] " + text;
|
||||
Text = "[" + DateTime.Now.ToString() + "] " + TextManager.GetServerMessage(text);
|
||||
Type = type;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user