Construction debug logs (#14257)
This commit is contained in:
@@ -319,6 +319,9 @@ namespace Content.Server.Construction
|
||||
newConstruction.InteractionQueue.Enqueue(ev);
|
||||
}
|
||||
|
||||
if (newConstruction.InteractionQueue.Count > 0 && _queuedUpdates.Add(newUid))
|
||||
_constructionUpdateQueue.Enqueue(newUid);
|
||||
|
||||
// Transform transferring.
|
||||
var newTransform = Transform(newUid);
|
||||
newTransform.LocalRotation = transform.LocalRotation;
|
||||
|
||||
Reference in New Issue
Block a user