"seed" command

This commit is contained in:
juanjp600
2017-06-23 10:15:29 -03:00
parent ad1935fdcf
commit 3b343899c0
4 changed files with 14 additions and 2 deletions

View File

@@ -64,7 +64,9 @@ namespace Barotrauma.Networking
public bool Sent;
#if DEBUG
public string StackTrace;
#endif
private double createTime;
public double CreateTime
@@ -78,8 +80,10 @@ namespace Barotrauma.Networking
serializable = entity;
createTime = Timing.TotalTime;
#if DEBUG
StackTrace = Environment.StackTrace.ToString();
#endif
}
public void Write(NetBuffer msg, Client recipient)