@@ -451,6 +451,9 @@ public sealed class FaxSystem : EntitySystem
|
|||||||
if (!Resolve(uid, ref component))
|
if (!Resolve(uid, ref component))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (component.SendTimeoutRemaining > 0)
|
||||||
|
return;
|
||||||
|
|
||||||
var sendEntity = component.PaperSlot.Item;
|
var sendEntity = component.PaperSlot.Item;
|
||||||
if (sendEntity == null)
|
if (sendEntity == null)
|
||||||
return;
|
return;
|
||||||
@@ -495,6 +498,9 @@ public sealed class FaxSystem : EntitySystem
|
|||||||
if (!Resolve(uid, ref component))
|
if (!Resolve(uid, ref component))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (component.SendTimeoutRemaining > 0)
|
||||||
|
return;
|
||||||
|
|
||||||
var sendEntity = component.PaperSlot.Item;
|
var sendEntity = component.PaperSlot.Item;
|
||||||
if (sendEntity == null)
|
if (sendEntity == null)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user