parent
c0dd8edc09
commit
a8046286b4
1 changed files with 6 additions and 0 deletions
|
|
@ -451,6 +451,9 @@ public sealed class FaxSystem : EntitySystem
|
|||
if (!Resolve(uid, ref component))
|
||||
return;
|
||||
|
||||
if (component.SendTimeoutRemaining > 0)
|
||||
return;
|
||||
|
||||
var sendEntity = component.PaperSlot.Item;
|
||||
if (sendEntity == null)
|
||||
return;
|
||||
|
|
@ -495,6 +498,9 @@ public sealed class FaxSystem : EntitySystem
|
|||
if (!Resolve(uid, ref component))
|
||||
return;
|
||||
|
||||
if (component.SendTimeoutRemaining > 0)
|
||||
return;
|
||||
|
||||
var sendEntity = component.PaperSlot.Item;
|
||||
if (sendEntity == null)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue